diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-02 10:57:28 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-02 10:57:28 -0400 |
commit | 2275414f403ae3b8f840f02087de6dd0847afb87 (patch) | |
tree | 2efcc9f54a40fc206c66b591510675962489ee51 /themes/default.nix | |
parent | update zsh autocomplete/nvim comment color (diff) | |
download | dotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.tar.gz dotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.tar.bz2 dotfiles-nix-2275414f403ae3b8f840f02087de6dd0847afb87.zip |
add rosepine themes
Diffstat (limited to 'themes/default.nix')
-rw-r--r-- | themes/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default.nix b/themes/default.nix index b2f3a7a..df6bb39 100644 --- a/themes/default.nix +++ b/themes/default.nix @@ -1,4 +1,5 @@ { catppuccin = import ./catppuccin; + rosepine = import ./rosepine; tricolors = import ./tricolors.nix; } |