This commit is contained in:
Tyler Mayoff 2025-07-19 11:18:46 -04:00
parent 745eb1ed42
commit f25d426ae8
3 changed files with 31 additions and 12 deletions

View file

@ -2,8 +2,8 @@
catppuccin-fish = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "fish";
rev = "0ce27b518e8ead555dec34dd8be3df5bd75cff8e";
hash = "sha256-Dc/zdxfzAUM5NX8PxzfljRbYvO9f9syuLO8yBr+R3qg=";
rev = "6a85af2ff722ad0f9fbc8424ea0a5c454661dfed";
hash = "sha256-Oc0emnIUI4LV7QJLs4B2/FQtCFewRFVp7EDv8GawFsA=";
};
in {
programs.fish = {
@ -21,6 +21,8 @@ in {
bind \cz 'fg 2>/dev/null; commandline -f repaint'
export GPG_TTY=$(tty)
fish_config theme save "Catppuccin Latte"
'';
shellInit = ''
@ -44,5 +46,7 @@ in {
];
};
xdg.configFile."fish/themes/Catppuccin Latte.theme".source = "${catppuccin-fish}/themes/Catppuccin Latte.theme";
xdg.configFile."fish/themes/Catppuccin Macchiato.theme".source = "${catppuccin-fish}/themes/Catppuccin Macchiato.theme";
}