rework gaming aspect
This commit is contained in:
parent
0ce2d3b947
commit
1075c256f8
11 changed files with 72 additions and 78 deletions
|
|
@ -40,11 +40,13 @@
|
|||
((inputs.import-tree.initFilter (p: lib.hasSuffix ".nix" p)) ./_user)
|
||||
]
|
||||
++ (with inputs.self.modules.homeManager; [
|
||||
base # base aspect
|
||||
cli # cli aspect
|
||||
desktop # desktop aspect
|
||||
# system aspects
|
||||
base
|
||||
cli
|
||||
desktop
|
||||
gaming
|
||||
|
||||
# other aspect
|
||||
# other aspects
|
||||
stylix
|
||||
niri
|
||||
]);
|
||||
|
|
@ -68,9 +70,10 @@
|
|||
((inputs.import-tree.initFilter (p: lib.hasSuffix ".nix" p)) ./_user)
|
||||
]
|
||||
++ (with inputs.self.modules.homeManager; [
|
||||
base # base aspect
|
||||
cli # cli aspect
|
||||
desktop # desktop aspect
|
||||
# system aspects
|
||||
base
|
||||
cli
|
||||
desktop
|
||||
|
||||
# other aspect
|
||||
stylix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue