refactor: rewrite host specific home manager options
This commit is contained in:
parent
f63a44bfa0
commit
61685e8253
4 changed files with 27 additions and 2 deletions
|
@ -55,8 +55,8 @@
|
|||
../hosts/${hostname}/home-config.nix
|
||||
../modules/home-manager/default.nix
|
||||
] ++ lib.optional (
|
||||
builtins.pathExists ../home-manager/hosts/${hostname}.nix
|
||||
) ../home-manager/hosts/${hostname}.nix;
|
||||
builtins.pathExists ../hosts/${hostname}/includes/home-manager.nix
|
||||
) ../hosts/${hostname}/includes/home-manager.nix;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue