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;
|
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;
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue