fix: forgot gruvbox-dark on flame

This commit is contained in:
Noah Masur 2024-12-25 21:13:56 +00:00
parent fccee387b8
commit 1cb5827438
No known key found for this signature in database

View File

@ -62,7 +62,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
# Still require colors for programs like Neovim, K9S # Still require colors for programs like Neovim, K9S
theme = { theme = {
colors = (import ../../colorscheme/gruvbox).dark; colors = (import ../../colorscheme/gruvbox-dark).dark;
}; };
# Programs and services # Programs and services