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/rosepine/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/rosepine/default.nix')
-rw-r--r-- | themes/rosepine/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/rosepine/default.nix b/themes/rosepine/default.nix new file mode 100644 index 0000000..a54e602 --- /dev/null +++ b/themes/rosepine/default.nix @@ -0,0 +1,5 @@ +{ + main = import ./main.nix; + moon = import ./moon.nix; + dawn = import ./dawn.nix; +} |