diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-07-24 13:01:33 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-07-24 13:01:33 +0100 |
commit | ef369cea2786bae04aab0bd315a5cc5d6bbf97e7 (patch) | |
tree | a5ce45e45fb2e7c71fc8dd8671a7a4f03cfbe9ee /nix-conf/home/includes/scripts/hm-changes-report.nix | |
parent | 109a3bdb3505b4f5f2542e3ca8220fc51d1c12f4 (diff) | |
download | dotfiles-ef369cea2786bae04aab0bd315a5cc5d6bbf97e7.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 ec31a73..b69d55a 100644 --- a/nix-conf/home/includes/scripts/hm-changes-report.nix +++ b/nix-conf/home/includes/scripts/hm-changes-report.nix @@ -3,7 +3,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}/home-manager-*-link"; - hm-profiles = "/nix/var/nix/profiles/per-user/djm/home-manager-*-link"; + hm-profiles = "/nix/var/nix/profiles/per-user/djm/{profile,home-manager}-*-link"; in pkgs.writeShellScriptBin "hm-changes-report" '' # Disable nvd if there are less than 2 hm profiles. |