about summary refs log tree commit diff stats
path: root/nix-conf/home/includes/scripts
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-12-13 15:37:35 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-12-13 15:37:35 +0000
commit4ae562d3a739a13f9c39191042232b2602efd67b (patch)
tree5b5bbc0dc2493ae8f02d9ecdb1aa8af7d591cb2b /nix-conf/home/includes/scripts
parent79034fac30f37e61669ab7e49b342fe8f79ac290 (diff)
downloaddotfiles-4ae562d3a739a13f9c39191042232b2602efd67b.tar.gz
Update hm-changes-report script
Diffstat (limited to 'nix-conf/home/includes/scripts')
-rw-r--r--nix-conf/home/includes/scripts/hm-changes-report.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix-conf/home/includes/scripts/hm-changes-report.nix b/nix-conf/home/includes/scripts/hm-changes-report.nix
index b69d55a..303d482 100644
--- a/nix-conf/home/includes/scripts/hm-changes-report.nix
+++ b/nix-conf/home/includes/scripts/hm-changes-report.nix
@@ -2,8 +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}/home-manager-*-link";
-  hm-profiles = "/nix/var/nix/profiles/per-user/djm/{profile,home-manager}-*-link";
+  hm-profiles = "/nix/var/nix/profiles/per-user/${config.home.username}/profile-*-link";
 in
 pkgs.writeShellScriptBin "hm-changes-report" ''
   # Disable nvd if there are less than 2 hm profiles.