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-07-24 13:01:33 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-07-24 13:01:33 +0100
commitef369cea2786bae04aab0bd315a5cc5d6bbf97e7 (patch)
treea5ce45e45fb2e7c71fc8dd8671a7a4f03cfbe9ee /nix-conf/home/includes/scripts
parent109a3bdb3505b4f5f2542e3ca8220fc51d1c12f4 (diff)
downloaddotfiles-ef369cea2786bae04aab0bd315a5cc5d6bbf97e7.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.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.