Fix neovide config file
This commit is contained in:
parent
9fecf0ec96
commit
015eb32fcf
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue