Disable command-not-found

pull/30/head
Simon Bruder 2020-12-25 16:41:48 +01:00
parent cf16ae63b9
commit a34d5a110a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

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;