summaryrefslogtreecommitdiff
path: root/users/seth/shell/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/fish.nix')
-rw-r--r--users/seth/shell/fish.nix3
1 files changed, 1 insertions, 2 deletions
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;
});