stylix update, a lot is styled now :D
This commit is contained in:
parent
b85fa8ec92
commit
c83f0850ef
6 changed files with 74 additions and 105 deletions
|
@ -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}"
|
||||
#'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue