diff --git a/dot_config/flake/home/fish.nix b/dot_config/flake/home/fish.nix index 0777a69..7ff7238 100644 --- a/dot_config/flake/home/fish.nix +++ b/dot_config/flake/home/fish.nix @@ -5,6 +5,13 @@ rev = "6a85af2ff722ad0f9fbc8424ea0a5c454661dfed"; hash = "sha256-Oc0emnIUI4LV7QJLs4B2/FQtCFewRFVp7EDv8GawFsA="; }; + + rose-pine = pkgs.fetchFromGitHub { + owner = "rose-pine"; + repo = "fish"; + rev = "main"; + hash = "sha256-Dvaw1k7XOU2NUQbTJAXPgAOPN1zTLVrc7NZDY5/KHeM="; + }; in { programs.fish = { enable = true; @@ -48,4 +55,8 @@ 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"; + + xdg.configFile."fish/themes/Rosé Pine.theme".source = "${rose-pine}/themes/Rosé Pine.theme"; + + xdg.configFile."fish/themes/Rosé Pine Dawn.theme".source = "${rose-pine}/themes/Rosé Pine Dawn.theme"; } diff --git a/dot_config/flake/home/ghostty.nix b/dot_config/flake/home/ghostty.nix index 45402a8..74ba421 100644 --- a/dot_config/flake/home/ghostty.nix +++ b/dot_config/flake/home/ghostty.nix @@ -19,7 +19,7 @@ in { else pkgs.unstable.ghostty; settings = { - theme = "dark:catppuccin-macchiato.conf,light:catppuccin-latte.conf"; + theme = "dark:rose-pine,light:rose-pine-dawn"; macos-option-as-alt = "left"; keybind = [