LSP and fonts
This commit is contained in:
parent
1d6117b631
commit
a1829f0095
3 changed files with 14 additions and 8 deletions
|
@ -140,6 +140,8 @@
|
||||||
nixd
|
nixd
|
||||||
unstable.neovim
|
unstable.neovim
|
||||||
omnisharp-roslyn
|
omnisharp-roslyn
|
||||||
|
nodePackages.vscode-json-languageserver
|
||||||
|
tailwindcss-language-server
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
|
|
@ -11,21 +11,25 @@
|
||||||
if myhostname == "laptop" then
|
if myhostname == "laptop" then
|
||||||
{
|
{
|
||||||
# name = "Iosevka Nerd Font Bold";
|
# name = "Iosevka Nerd Font Bold";
|
||||||
# name = "ComicShannsMono Nerd Font Bold";
|
name = "ComicShannsMono Nerd Font Bold";
|
||||||
name = "Hack Nerd Font Mono Bold";
|
# name = "Hack Nerd Font Mono Bold";
|
||||||
size = 15;
|
size = 17;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
# name = "Iosevka Nerd Font Bold";
|
# name = "Iosevka Nerd Font Bold";
|
||||||
# name = "ComicShannsMono Nerd Font Bold";
|
name = "ComicShannsMono Nerd Font Bold";
|
||||||
name = "Hack Nerd Font Mono Bold";
|
# name = "Hack Nerd Font Mono Bold";
|
||||||
size = 12;
|
size = 12;
|
||||||
};
|
};
|
||||||
shellIntegration = {
|
shellIntegration = {
|
||||||
mode = "no-cursor";
|
mode = "no-cursor";
|
||||||
};
|
};
|
||||||
themeFile = "Catppuccin-Mocha";
|
# themeFile = "Catppuccin-Mocha";
|
||||||
|
# themeFile = "Catppuccin-Latte";
|
||||||
|
themeFile = "Solarized_Light";
|
||||||
|
# themeFile = "rose-pine-dawn";
|
||||||
|
# themeFile = "Belafonte_Day";
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 2;
|
confirm_os_window_close = 2;
|
||||||
cursor_shape = "block";
|
cursor_shape = "block";
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
# Configure your nixpkgs instance
|
# Configure your nixpkgs instance
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-25.9.0"
|
"electron-33.4.11"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue