From 9c4a04054f5c72c3c66973b0bea06d10e042947c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 16:45:26 -0500 Subject: add catppuccin theme --- users/seth/shell/fish.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'users/seth/shell') diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index f00174f..a0a3046 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -1,6 +1,22 @@ { pkgs, ... }: { + + xdg.configFile."fish/themes" = { + recursive = true; + source = + pkgs.fetchFromGitHub + { + owner = "catppuccin"; + repo = "fish"; + rev = "b90966686068b5ebc9f80e5b90fdf8c02ee7a0ba"; + sha256 = "sha256-wQlYQyqklU/79K2OXRZXg5LvuIugK7vhHgpahpLFaOw="; + } + "/themes"; + }; + programs.fish = { enable = true; + interactiveShellInit = '' + fish_config theme choose "Catppuccin Mocha" + ''; plugins = [ { name = "autopair-fish"; -- cgit v1.2.3