Skip to content

Commit

Permalink
feat(fish): rose-pine
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Mar 20, 2024
1 parent 44c1ae0 commit 6829332
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
interactiveShellInit = ''
# disable fish greeting
set fish_greeting
fish_config theme choose "Rosé Pine"
'';
plugins = [
{
Expand Down Expand Up @@ -96,12 +97,10 @@
source = config.lib.file.mkOutOfStoreSymlink ./functions;
};

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

0 comments on commit 6829332

Please sign in to comment.