Theme: add rose-pine

Simply added the rose-pine input and added it as a theme.
This commit is contained in:
Elijah M. Immer 2024-02-13 12:41:13 -08:00
commit 14cbc0bcb7
5 changed files with 53 additions and 0 deletions

View file

@ -346,6 +346,11 @@
flake = false;
};
rose-pine = {
url = "github:rose-pine/neovim";
flake = false;
};
# Rust crates
crates-nvim = {
url = "github:Saecki/crates.nvim";