Move home-manager config to subdir

This commit is contained in:
Lgmrszd 2024-05-31 16:08:30 +03:00
parent 9f4c4b396a
commit 95ce7a0555
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 1 additions and 1 deletions

View file

@ -90,7 +90,7 @@
home-manager.useUserPackages = true;
home-manager.users.lgm = {
imports = [
./hosts/${host}/home.nix
./hosts/${host}/home
] ++ extra-home-modules;
};
}