fix: minimal theme colorscheme name

This commit is contained in:
ooks-io 2024-11-04 19:51:47 +11:00
parent 71e0903e63
commit c51a2d7fd4
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,7 @@ in {
}; };
colorscheme = { colorscheme = {
name = "gruvbox-material-medium"; name = "gruvbox-material";
variant = "dark"; variant = "dark";
}; };
}; };

View file

@ -2,7 +2,6 @@
lib, lib,
self, self,
inputs, inputs,
pkgs,
... ...
}: let }: let
# My person functions # My person functions