Disable command-not-found

This commit is contained in:
Simon Bruder 2020-12-25 16:41:48 +01:00
parent cf16ae63b9
commit a34d5a110a
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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;