Initial commit
This commit is contained in:
11
modules/development/default.nix
Normal file
11
modules/development/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./packages.nix
|
||||
./virt-manager.nix
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
./home
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user