nixos/profiles/minimal: don't generate fish completions

This commit is contained in:
Sizhe Zhao 2025-06-20 14:11:15 +08:00
parent 3045cecacf
commit dbf39b7ddb
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -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.