feat: do not use nom by default

nixos
Moritz Böhme 2024-07-30 14:56:24 +02:00
parent e94c6ea4d7
commit 7472b94108
1 changed files with 1 additions and 1 deletions

View File

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