Foot became a module
This commit is contained in:
parent
6b28554969
commit
e94b71fa67
4 changed files with 60 additions and 52 deletions
|
@ -64,12 +64,7 @@
|
|||
../hosts/${hostname}/home-config.nix
|
||||
../modules/home-manager/default.nix
|
||||
../home-manager/cli
|
||||
] ++ (if hostConfig.desktop then
|
||||
[
|
||||
../home-manager/foot.nix
|
||||
]
|
||||
else []
|
||||
) ++ lib.optional (
|
||||
] ++ lib.optional (
|
||||
builtins.pathExists ../home-manager/hosts/${hostname}.nix
|
||||
) ../home-manager/hosts/${hostname}.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue