diff --git a/modules/home/common.nix b/modules/home/common.nix index b4ca529..562f6b2 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -20,6 +20,10 @@ fi ''; + home.activation.report-changes = lib.hm.dag.entryAnywhere '' + ${pkgs.nvd}/bin/nvd diff $oldGenPath $newGenPath + ''; + programs.git = { enable = true;