LSP and fonts

This commit is contained in:
fwastring 2025-05-23 09:07:50 +02:00
parent 1d6117b631
commit a1829f0095
3 changed files with 14 additions and 8 deletions

View file

@ -11,21 +11,25 @@
if myhostname == "laptop" then
{
# name = "Iosevka Nerd Font Bold";
# name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Mono Bold";
size = 15;
name = "ComicShannsMono Nerd Font Bold";
# name = "Hack Nerd Font Mono Bold";
size = 17;
}
else
{
# name = "Iosevka Nerd Font Bold";
# name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Mono Bold";
name = "ComicShannsMono Nerd Font Bold";
# name = "Hack Nerd Font Mono Bold";
size = 12;
};
shellIntegration = {
mode = "no-cursor";
};
themeFile = "Catppuccin-Mocha";
# themeFile = "Catppuccin-Mocha";
# themeFile = "Catppuccin-Latte";
themeFile = "Solarized_Light";
# themeFile = "rose-pine-dawn";
# themeFile = "Belafonte_Day";
settings = {
confirm_os_window_close = 2;
cursor_shape = "block";