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