Simplify home profile activation by folding it into the tags logic
This commit is contained in:
parent
b3ba7481d8
commit
3398c611b7
27 changed files with 74 additions and 216 deletions
|
@ -7,11 +7,15 @@
|
|||
./hardware
|
||||
./jovian
|
||||
./services
|
||||
./user
|
||||
];
|
||||
|
||||
system = {
|
||||
nixos.tags = [ "pc" ];
|
||||
nixos.tags = [
|
||||
"pc"
|
||||
"gaming"
|
||||
"production"
|
||||
"school"
|
||||
];
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home-manager.users."${config.vars.mainUser}".home = {
|
||||
guifull.enable = true;
|
||||
school.enable = true;
|
||||
enableNixpkgsReleaseCheck = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue