diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-07-18 15:26:36 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-07-18 15:26:36 +0100 |
commit | 83b935d9664bb6ebfe45bbb544d92313ea3150f9 (patch) | |
tree | 75e39431bb7d8e7409cdedf575ac6f157ab0efcd /nix-conf/home/includes/scripts/hm-changes-report.nix | |
parent | a2f537c725231e45f8af61a915530ab08f66d5de (diff) | |
download | dotfiles-83b935d9664bb6ebfe45bbb544d92313ea3150f9.tar.gz |
Update hm-changes-report script
Diffstat (limited to 'nix-conf/home/includes/scripts/hm-changes-report.nix')
-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. |