refactor devel

This commit is contained in:
Till 2025-10-15 01:17:26 +02:00
parent e11521e176
commit 44d33de97e
3 changed files with 21 additions and 22 deletions

18
home/devel.nix Normal file
View file

@ -0,0 +1,18 @@
{ config, pkgs, inputs, lib, ... }:
{
home.packages = with pkgs; [
bundler
bundix
nodejs
yarn-berry
duckdb
tippecanoe
pmtiles
];
imports = [
./r.nix
];
}