Fix neovide config file

This commit is contained in:
DashieTM 2024-09-01 10:27:17 +02:00
parent 9fecf0ec96
commit 015eb32fcf

View file

@ -405,8 +405,8 @@
enable = true; enable = true;
colorscheme = config.mods.stylix.colorscheme; colorscheme = config.mods.stylix.colorscheme;
}; };
xdg.configFile."neovide/config.toml".source = lib.mkIf config.mods.coding.dashvim ( xdg.configFile."neovide/config.toml" = lib.mkIf config.mods.coding.dashvim {
(pkgs.formats.toml { }).generate "neovide" { source = (pkgs.formats.toml { }).generate "neovide" {
font = { font = {
size = 12; size = 12;
normal = { normal = {
@ -426,8 +426,8 @@
style = "Bold Italic"; style = "Bold Italic";
}; };
}; };
} };
); };
home.packages = home.packages =
with pkgs; with pkgs;
[ [