feat(shell): remove dated, uncited, and deprecated manual cache disable setting
This commit is contained in:
parent
0c20f91a36
commit
1dd8c43caa
1 changed files with 0 additions and 3 deletions
|
|
@ -50,9 +50,6 @@ in
|
||||||
# use Fish, the nicest shell :)
|
# use Fish, the nicest shell :)
|
||||||
programs.fish.enable = lib.mkIf config.nixowos.allowAddingPackages true;
|
programs.fish.enable = lib.mkIf config.nixowos.allowAddingPackages true;
|
||||||
users.defaultUserShell = lib.mkIf config.nixowos.allowAddingPackages pkgs.fish;
|
users.defaultUserShell = lib.mkIf config.nixowos.allowAddingPackages pkgs.fish;
|
||||||
# avoid generating caches (enabled by fish) due to slowdowns during nixos-rebuild
|
|
||||||
# this may degrade autocompletion
|
|
||||||
documentation.man.generateCaches = false;
|
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
# make nix-shell preserve the user's $SHELL
|
# make nix-shell preserve the user's $SHELL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue