From b41bf4567ab73ec73c99d0bc297a3b219b95f6a6 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Fri, 20 Jun 2025 14:11:15 +0800 Subject: [PATCH] nixos/profiles/minimal: don't generate fish completions (cherry picked from commit dbf39b7ddb142eed801ec0aabcd155d28a3fd458) --- nixos/modules/profiles/minimal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/minimal.nix b/nixos/modules/profiles/minimal.nix index f4b0ea0668a6..ddeca9601e66 100644 --- a/nixos/modules/profiles/minimal.nix +++ b/nixos/modules/profiles/minimal.nix @@ -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.