Disable command-not-found
This commit is contained in:
parent
cf16ae63b9
commit
a34d5a110a
|
@ -52,6 +52,9 @@
|
|||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
# command-not-found does not work without channels
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
# Sane swapping
|
||||
boot.kernel.sysctl."vm.swapiness" = 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue