refactor: rewrite host specific home manager options

This commit is contained in:
Yorick Barbanneau 2024-05-02 01:27:48 +02:00
parent f63a44bfa0
commit 61685e8253
4 changed files with 27 additions and 2 deletions

View file

@ -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;
};
};