Skyler Grey | 1279259 | 2022-10-31 00:01:54 +0000 | [diff] [blame] | 1 | { |
2 | pkgs, | ||||
3 | lib, | ||||
4 | ... | ||||
5 | }: { | ||||
6 | config.system.activationScripts.report-changes = '' | ||||
7 | PATH=$PATH:${lib.makeBinPath (with pkgs; [nvd nix])} | ||||
8 | nvd diff $(ls -dv /nix/var/nix/profiles/system-*-link | tail -2) | ||||
9 | ''; | ||||
10 | |||||
11 | home.home.packages = [pkgs.nvd]; | ||||
12 | } |