add nix config in home/modules/nix.nix when not nixos
This commit is contained in:
parent
b2330c7a1d
commit
4a5d46559b
3 changed files with 72 additions and 1 deletions
|
|
@ -50,6 +50,10 @@
|
|||
outputs.homeManagerModules."${unixName}"
|
||||
(rootPath + "/home/${unixName}/configurations/${hostName}")
|
||||
];
|
||||
|
||||
config = {
|
||||
youthlic.nixos.enable = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
extraSpecialArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue