diff options
-rw-r--r-- | nix-conf/home/includes/scripts/hm-changes-report.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/scripts/hm-changes-report.nix b/nix-conf/home/includes/scripts/hm-changes-report.nix index 303d482..d015180 100644 --- a/nix-conf/home/includes/scripts/hm-changes-report.nix +++ b/nix-conf/home/includes/scripts/hm-changes-report.nix @@ -2,7 +2,7 @@ # https://github.com/gvolpe/nix-config/blob/e28a220d0087064e6bad6b992b4914a65eb545e5/home/scripts/changes-report.nix let - hm-profiles = "/nix/var/nix/profiles/per-user/${config.home.username}/profile-*-link"; + hm-profiles = "${config.home.homeDirectory}/.local/state/nix/profiles/home-manager-*-link"; in pkgs.writeShellScriptBin "hm-changes-report" '' # Disable nvd if there are less than 2 hm profiles. |