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

@@ -64,7 +64,7 @@ enabled-extensions=['true', 'user-theme@gnome-shell-extensions.gcampax.github.co
welcome-dialog-last-shown-version='46.2' welcome-dialog-last-shown-version='46.2'
[org/gnome/shell/extensions/user-theme] [org/gnome/shell/extensions/user-theme]
name='catppuccin-macchiato-teal-standard+default' name='catppuccin-macchiato-teal-standard'
[org/gnome/shell/world-clocks] [org/gnome/shell/world-clocks]
locations=@av [] locations=@av []

View File

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

View File

@@ -2,7 +2,7 @@
{ {
# Enable Theme # 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_THEME = "Catppuccin-Macchiato-Teal";
environment.variables.XCURSOR_SIZE = "24"; environment.variables.XCURSOR_SIZE = "24";
environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal";