flake: extract homeManagerModules as proper submodule
parent
9bc3059e6b
commit
aa9ab0ba2f
@ -1,6 +1,11 @@
|
||||
{ ... }@flakeArg:
|
||||
{
|
||||
imports = [
|
||||
|
||||
# combination of all my custom modules
|
||||
# these should not change anything until you enable their custom options
|
||||
default.imports = [
|
||||
# directories
|
||||
./extends
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue