clean up nix config

This commit is contained in:
Tim Schubert 2021-11-14 13:06:18 +01:00
parent fe0b5710e6
commit 90b549f5a9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 37 additions and 37 deletions

View file

@ -7,7 +7,7 @@ with lib;
"dadada" = [ "${pkgs.keys}/dadada.pub" ];
};
dadada.autoUpgrade.enable = mkDefault false;
dadada.autoUpgrade.enable = mkDefault true;
environment.noXlibs = mkDefault true;
documentation.enable = mkDefault false;