feat: do not use nix super by default

This commit is contained in:
Moritz Böhme 2024-04-21 11:54:18 +02:00
parent 2f4f58a68c
commit b1ecc723cc
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

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