From 1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 10 May 2024 21:03:13 -0400 Subject: seth: use global catppuccin.enable --- users/seth/shell/fish.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'users/seth/shell/fish.nix') diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index 0b37273..b20eb40 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -15,7 +15,6 @@ in { programs.fish = lib.mkMerge [ { enable = true; - catppuccin.enable = true; interactiveShellInit = '' set -l nixfile ${config.home.homeDirectory}/.nix-profile/etc/profile.d/nix.fish @@ -39,7 +38,7 @@ in { (lib.mkIf cfg.withPlugins { plugins = let - mkFishPlugins = builtins.map (plugin: { + mkFishPlugins = map (plugin: { name = plugin; inherit (pkgs.fishPlugins.${plugin}) src; }); -- cgit v1.2.3