feat(gnome): disable workspace indicator

This commit is contained in:
514fpv 2024-01-29 00:48:19 +08:00
parent 37963a496c
commit 1234e5288e
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 9 additions and 2 deletions

View file

@ -58,13 +58,13 @@ in mkIf cfg.enable {
"places-menu@gnome-shell-extensions.gcampax.github.com" "places-menu@gnome-shell-extensions.gcampax.github.com"
"windowsNavigator@gnome-shell-extensions.gcampax.github.com" "windowsNavigator@gnome-shell-extensions.gcampax.github.com"
"window-list@gnome-shell-extensions.gcampax.github.com" "window-list@gnome-shell-extensions.gcampax.github.com"
"workspace-indicator@gnome-shell-extensions.gcampax.github.com"
"dash-to-panel@jderose9.github.com" "dash-to-panel@jderose9.github.com"
]; ];
enabled-extensions = [ enabled-extensions = [
"user-theme@gnome-shell-extensions.gcampax.github.com" "user-theme@gnome-shell-extensions.gcampax.github.com"
"apps-menu@gnome-shell-extensions.gcampax.github.com" "apps-menu@gnome-shell-extensions.gcampax.github.com"
"drive-menu@gnome-shell-extensions.gcampax.github.com" "drive-menu@gnome-shell-extensions.gcampax.github.com"
"workspace-indicator@gnome-shell-extensions.gcampax.github.com"
"dash-to-dock@micxgx.gmail.com" "dash-to-dock@micxgx.gmail.com"
]; ];
welcome-dialog-last-shown-version = "45.3"; welcome-dialog-last-shown-version = "45.3";

View file

@ -21,7 +21,14 @@ in mkIf cfg.enable {
name = "Catppuccin-Frappe-Compact-Pink-Dark"; name = "Catppuccin-Frappe-Compact-Pink-Dark";
}; };
home.packages = with pkgs.gnomeExtensions; [ home.packages =
with pkgs;
with gnome;
with gnomeExtensions; [
# gnome
gnome-terminal
# gnomeExtensions
dash-to-panel dash-to-panel
dash-to-dock dash-to-dock
appindicator appindicator