Fixed home-manager config location

This commit is contained in:
2025-05-14 14:23:02 -04:00
parent 8bff788dda
commit c25fb50286

View File

@@ -125,7 +125,7 @@ in
};
home-manager.users.chase = { pkgs, ... }: {
imports = [
/home/chase/.config/home-manager/home.nix
/etc/nixos/home.nix
];
# Original install