Rename home manager user settings files

This commit is contained in:
Gene Liverman 2024-12-08 08:52:33 -05:00
parent 46a93a4814
commit 23de2ed5a2
11 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
users.${username}.imports = [
../modules/hosts/common
../modules/hosts/common/linux/home.nix
../modules/hosts/nixos/${hostname}/${username}.nix
../modules/hosts/nixos/${hostname}/home-${username}.nix
];
};
}