switch to cap based home configs
This commit is contained in:
parent
50ee9aac83
commit
49b6f5bde0
64 changed files with 2064 additions and 1779 deletions
10
modules/capabilities.nix
Normal file
10
modules/capabilities.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
# needs configs for cli access
|
||||
"cli"
|
||||
# needs configs for ui like a desktop manager and login manager
|
||||
"graphical"
|
||||
# needs configs for work computers like libreoffice etc
|
||||
"work"
|
||||
# needs configs for fun use, like steam
|
||||
"fun"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue