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

@ -21,7 +21,14 @@ in mkIf cfg.enable {
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-dock
appindicator