Fold more logic into the tagging system
This commit is contained in:
parent
3398c611b7
commit
7999794410
14 changed files with 60 additions and 25 deletions
|
@ -45,6 +45,7 @@
|
|||
imports = [ ../../../home ];
|
||||
home = {
|
||||
desktop.enable = builtins.elem "pc" config.system.nixos.tags;
|
||||
chat.enable = builtins.elem "chat" config.system.nixos.tags;
|
||||
gaming.enable = builtins.elem "gaming" config.system.nixos.tags;
|
||||
production.enable = builtins.elem "production" config.system.nixos.tags;
|
||||
school.enable = builtins.elem "school" config.system.nixos.tags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue