feat(gnome): disable workspace indicator
This commit is contained in:
parent
37963a496c
commit
1234e5288e
|
@ -58,13 +58,13 @@ in mkIf cfg.enable {
|
|||
"places-menu@gnome-shell-extensions.gcampax.github.com"
|
||||
"windowsNavigator@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"
|
||||
];
|
||||
enabled-extensions = [
|
||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||
"apps-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"
|
||||
];
|
||||
welcome-dialog-last-shown-version = "45.3";
|
||||
|
|
|
@ -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…
Reference in a new issue