From 588dff9dd609198f3f6b22081abf4ea5cd60c05d Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 29 Jan 2024 00:48:19 +0800 Subject: [PATCH] home(gnome): disable workspace indicator and install gnome-terminal --- home/gnome/impl/dconf.nix | 2 +- home/gnome/impl/home.nix | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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