home(gnome): disable workspace indicator and install gnome-terminal

This commit is contained in:
514fpv 2024-01-29 00:48:19 +08:00
parent a20cfee005
commit d6abc37f93
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0
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