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

View file

@ -5,18 +5,9 @@
prefix = ${config.xdg.dataHome}/npm/packages
'';
home.packages = with pkgs; [
# development
bundler
bundix
nodejs
appimage-run
yarn
];
imports = [
./minimal.nix
./devel.nix
];
}