rfactoring working now
This commit is contained in:
parent
26aa946bfa
commit
147dedbca8
10 changed files with 48 additions and 29 deletions
3
modules/options/default.nix
Normal file
3
modules/options/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
imports = [./style/module.nix ./system/module.nix ./usrEnv/module.nix];
|
||||
}
|
8
modules/options/usrEnv/module.nix
Normal file
8
modules/options/usrEnv/module.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./desktop.nix
|
||||
./programs/media.nix
|
||||
./programs/launchers.nix
|
||||
./services/default.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue