Foot became a module

This commit is contained in:
Yorick Barbanneau 2024-03-05 23:01:33 +01:00
parent 6b28554969
commit e94b71fa67
4 changed files with 60 additions and 52 deletions

View file

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