chore: remove unused file since module transformation

This commit is contained in:
Yorick Barbanneau 2024-04-14 21:37:40 +02:00
parent f977af61a9
commit a7738e0753
2 changed files with 0 additions and 7 deletions

View file

@ -63,7 +63,6 @@
imports = [
../hosts/${hostname}/home-config.nix
../modules/home-manager/default.nix
../home-manager/cli
] ++ lib.optional (
builtins.pathExists ../home-manager/hosts/${hostname}.nix
) ../home-manager/hosts/${hostname}.nix;