Skip to content

Commit

Permalink
feat(fish): catppuccin
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 27, 2024
1 parent d221b15 commit 34389dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
interactiveShellInit = ''
# disable fish greeting
set fish_greeting
fish_config theme choose "Rosé Pine"
fish_config theme choose "Catppuccin Mocha"
'';
plugins = [
{
Expand Down Expand Up @@ -97,10 +97,10 @@
source = config.lib.file.mkOutOfStoreSymlink ./functions;
};

xdg.configFile."fish/themes/Rosé Pine.theme" = {
xdg.configFile."fish/themes/Catppuccin Mocha.theme" = {
source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/rose-pine/fish/main/themes/Rosé%20Pine.theme";
sha256 = "sha256-aRk1M8a3za36l6MNiOlD3PwVZqtXiv6I+s3WacqPDhw=";
url = "https://raw.githubusercontent.com/catppuccin/fish/main/themes/Catppuccin%20Mocha.theme";
sha256 = "sha256-MlI9Bg4z6uGWnuKQcZoSxPEsat9vfi5O1NkeYFaEb2I=";
};
};
}

0 comments on commit 34389dd

Please sign in to comment.