move to mkModuleTree for host configuration
This commit is contained in:
parent
b454514085
commit
3c4bf8040c
13 changed files with 42 additions and 31 deletions
12
modules/programs/gui/module.nix
Normal file
12
modules/programs/gui/module.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
imports = [
|
||||
./vesktop.nix
|
||||
./foot.nix
|
||||
./mpv.nix
|
||||
./zathura.nix
|
||||
./steam.nix
|
||||
./waybar.nix
|
||||
./schizofox.nix
|
||||
./minecraft.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue