diff --git a/modules/system.nix b/modules/system.nix index d830b94c..0b9327e8 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -218,6 +218,8 @@ in (pass.withExtensions (ext: with ext; [ pass-otp ])) ]; + programs.command-not-found.enable = false; + environment.defaultPackages = [ ]; }; }