feat: do not use nix super by default

nixos
Moritz Böhme 2024-04-21 11:54:18 +02:00
parent 2f4f58a68c
commit b1ecc723cc
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ in
}; };
}; };
optimise.enable = mkEnableOption "nix-optimise"; optimise.enable = mkEnableOption "nix-optimise";
useSuper = mkEnableOption "use nix super" // { default = true; }; useSuper = mkEnableOption "use nix super";
useNom = mkEnableOption "use nix output monitor by default" // { default = true; }; useNom = mkEnableOption "use nix output monitor" // { default = true; };
}; };
config = { config = {