diff options
| author | seth <[email protected]> | 2024-02-07 18:03:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-07 18:27:45 -0500 |
| commit | cffffeb678e9a1078eeba0f19c9607cda9f31bed (patch) | |
| tree | 8b8f68aa357becad06845f15b7e528474041371c /users/seth/module/shell | |
| parent | 48712d44fde91d2685089cca7f9d88295fd59817 (diff) | |
modules/nixos+darwin: move to traits + archetypes model
Diffstat (limited to 'users/seth/module/shell')
| -rw-r--r-- | users/seth/module/shell/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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: { |
