home: remove gnome extensions

This commit is contained in:
Guanran Wang 2023-11-05 22:12:38 +08:00
parent 3e0b8cd5ef
commit a891b3cf9d
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -84,15 +84,15 @@
]) ])
++ (with pkgs.gnomeExtensions; [ ++ (with pkgs.gnomeExtensions; [
# GNOME extensions # GNOME extensions
arcmenu #arcmenu
appindicator #appindicator
blur-my-shell #blur-my-shell
caffeine #caffeine
dash-to-panel #dash-to-panel
dash-to-dock #dash-to-dock
gamemode # outdated #gamemode # outdated
just-perfection #just-perfection
kimpanel #kimpanel
]); ]);
}; };