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:
@@ -64,7 +64,7 @@ enabled-extensions=['true', 'user-theme@gnome-shell-extensions.gcampax.github.co
|
||||
welcome-dialog-last-shown-version='46.2'
|
||||
|
||||
[org/gnome/shell/extensions/user-theme]
|
||||
name='catppuccin-macchiato-teal-standard+default'
|
||||
name='catppuccin-macchiato-teal-standard'
|
||||
|
||||
[org/gnome/shell/world-clocks]
|
||||
locations=@av []
|
||||
|
@@ -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
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user