move development packages around

This commit is contained in:
2025-01-16 15:42:01 +00:00
parent 33fdd4cb2b
commit 98b968b8bb
8 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
imports = [
./vscode.nix
./helix.nix
./dotnet.nix
./sql.nix
./games.nix
];
}