It said this is incompatible with zsh, need to force command-not-found to false
This commit is contained in:
parent
95d129f1a3
commit
9c6007bea8
3 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,10 @@
|
|||
../../shared
|
||||
];
|
||||
|
||||
programs.command-not-found.enable = lib.mkForce false;
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = false;
|
||||
networking.domain = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue