chore(nvim): remove unused configuration

This commit is contained in:
Oliver Davies 2023-09-18 22:49:55 +01:00
parent ec344fd4f5
commit 028c69bccf
14 changed files with 47 additions and 179 deletions

View file

@ -217,15 +217,15 @@
};
font = {
size = 14.0;
size = 16.0;
bold.style = "Regular";
bolditalic.style = "Regular";
italic.style = "Regular";
normal.family = "JetBrainsMono Nerd Font Mono";
normal.family = "IntoneMono Nerd Font Mono";
offset.y = 14;
glyph_offset.y = 8;
offset.y = 12;
glyph_offset.y = 6;
};
shell = { program = "zsh"; };

View file

@ -21,6 +21,7 @@ in
pkgs.via
pkgs.vial
pkgs.vlc
pkgs.wl-mirror
pkgs.wob
pkgs.wofi
pkgs.xcape