mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 16:13:46 +01:00
kitty finish + nvim no wrap
This commit is contained in:
12
home.nix
12
home.nix
@@ -232,9 +232,10 @@ in
|
||||
|
||||
updatetime = 50;
|
||||
|
||||
textwidth = 80;
|
||||
textwidth = 0;
|
||||
formatoptions = "tcqjn1"; # auto-format
|
||||
colorcolumn = "81";
|
||||
wrap = false;
|
||||
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
@@ -410,6 +411,7 @@ in
|
||||
};
|
||||
};
|
||||
clangd.enable = true;
|
||||
vtsls.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -654,11 +656,11 @@ in
|
||||
enable = true;
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
# dynamic_background_opacity = true;
|
||||
dynamic_background_opacity = true;
|
||||
enable_audio_bell = false;
|
||||
mouse_hide_wait = "-1.0";
|
||||
window_padding_width = 2;
|
||||
background_opacity = "0.7";
|
||||
background_opacity = "0.85";
|
||||
background_blur = 5;
|
||||
disable_ligatures = "cursor";
|
||||
# symbol_map = let
|
||||
@@ -685,9 +687,9 @@ in
|
||||
# in
|
||||
# (builtins.concatStringsSep "," mappings) + " Symbols Nerd Font";
|
||||
};
|
||||
font.name = "monocraft";
|
||||
font.name = "Monocraft Nerd Font";
|
||||
font.size = 16;
|
||||
font.package = pkgs.monocraft;
|
||||
# font.package = pkgs.monocraft;
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
theme = "Dracula";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user