mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-10 05:48:34 +01:00
Move home-manager config to subdir
This commit is contained in:
parent
9f4c4b396a
commit
95ce7a0555
3 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.lgm = {
|
home-manager.users.lgm = {
|
||||||
imports = [
|
imports = [
|
||||||
./hosts/${host}/home.nix
|
./hosts/${host}/home
|
||||||
] ++ extra-home-modules;
|
] ++ extra-home-modules;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue