1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

fixed gnome theme after update & added vue-language-server

This commit is contained in:
xnm
2024-07-07 17:31:49 +03:00
parent a6bddd649f
commit ae58f87d04
3 changed files with 3 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
nodePackages_latest.vscode-langservers-extracted
nodePackages_latest.yaml-language-server
nodePackages_latest.dockerfile-language-server-nodejs
vue-language-server
sumneko-lua-language-server
marksman
nil

View File

@@ -2,7 +2,7 @@
{
# Enable Theme
environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard+default";
environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard";
environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal";
environment.variables.XCURSOR_SIZE = "24";
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";