refactor and modularize base.nix futher; use default.nix when possible
This commit is contained in:
11
home-manager/development/default.nix
Normal file
11
home-manager/development/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./dotnet.nix
|
||||
./games.nix
|
||||
./helix.nix
|
||||
./sql.nix
|
||||
./vscode.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user