Merge branch 'nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2024-11-27 09:31:07 +01:00
commit cbe7a4a6ad
34 changed files with 440 additions and 303 deletions

View file

@ -311,10 +311,4 @@ in
};
xdg.userDirs.enable = true;
};
system.activationScripts.diff = ''
if [ -e /run/current-system ]; then
${pkgs.nvd}/bin/nvd --nix-bin-dir ${pkgs.nix}/bin diff /run/current-system/ "$systemConfig"
fi
'';
}