move development packages around
This commit is contained in:
11
home-manager/development/all.nix
Normal file
11
home-manager/development/all.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./vscode.nix
|
||||
./helix.nix
|
||||
./dotnet.nix
|
||||
./sql.nix
|
||||
./games.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user