testing the new config before pushing to main
This commit is contained in:
parent
a545953c2d
commit
c53123d2c5
38 changed files with 370 additions and 198 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
|
||||
cfg = config.systemModule.user.ooks;
|
||||
cfg = config.systemModules.user.ooks;
|
||||
in
|
||||
|
||||
{
|
||||
|
|
@ -22,7 +22,6 @@ in
|
|||
|
||||
packages = [ pkgs.home-manager ];
|
||||
};
|
||||
|
||||
home-manager.users.ooks = import ../../../../home/user/ooks/${config.networking.hostName};
|
||||
home-manager.users.ooks = import ../../../home/user/ooks/${config.networking.hostName};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue