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