nixos/profiles/minimal: don't generate fish completions
This commit is contained in:
parent
3045cecacf
commit
dbf39b7ddb
@ -27,6 +27,7 @@ in
|
||||
# The lessopen package pulls in Perl.
|
||||
less.lessopen = mkDefault null;
|
||||
command-not-found.enable = mkDefault false;
|
||||
fish.generateCompletions = mkDefault false;
|
||||
};
|
||||
|
||||
# This pulls in nixos-containers which depends on Perl.
|
||||
|
Loading…
x
Reference in New Issue
Block a user