Update hm-changes-report script

This commit is contained in:
David Morgan 2023-12-13 15:37:35 +00:00
parent 79034fac30
commit 4ae562d3a7
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 2 deletions

View File

@ -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.