feat(gnome): disable workspace indicator
This commit is contained in:
parent
37963a496c
commit
1234e5288e
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue