stylix update, a lot is styled now :D

This commit is contained in:
vali 2024-05-26 02:36:36 +02:00
commit c83f0850ef
6 changed files with 74 additions and 105 deletions

View file

@ -65,9 +65,9 @@ in {
};
config = lib.mkIf cfg.enable {
programs.nixvim.enable = true;
theme = "gruvbox";
programs.nixvim.extraConfigLua = ''
_G.theme = "${config.theme}"
'';
# theme = "gruvbox";
# programs.nixvim.extraConfigLua = ''
# _G.theme = "${config.theme}"
#'';
};
}