From cffffeb678e9a1078eeba0f19c9607cda9f31bed Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 7 Feb 2024 18:03:24 -0500 Subject: modules/nixos+darwin: move to traits + archetypes model --- users/seth/module/shell/fish.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/seth/module/shell/fish.nix') diff --git a/users/seth/module/shell/fish.nix b/users/seth/module/shell/fish.nix index 6dfebb9..a349dfa 100644 --- a/users/seth/module/shell/fish.nix +++ b/users/seth/module/shell/fish.nix @@ -36,6 +36,7 @@ in { nixgc = "sudo nix-collect-garbage -d && nix-collect-garbage -d"; }; } + (lib.mkIf cfg.withPlugins { plugins = let mkFishPlugins = builtins.map (plugin: { -- cgit v1.2.3