diff --git a/home/gnome/impl/dconf.nix b/home/gnome/impl/dconf.nix index ab7e92c8..ecb0c601 100644 --- a/home/gnome/impl/dconf.nix +++ b/home/gnome/impl/dconf.nix @@ -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"; diff --git a/home/gnome/impl/home.nix b/home/gnome/impl/home.nix index cf909522..49d3112b 100644 --- a/home/gnome/impl/home.nix +++ b/home/gnome/impl/home.nix @@ -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