about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/includes/scripts')
-rw-r--r--nix-conf/home/includes/scripts/hm-changes-report.nix2
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.