remove gnome extension

This commit is contained in:
Yan Lin 2025-10-22 20:14:05 +02:00
parent 6537b4082a
commit 3b2b61f17e

View file

@ -47,7 +47,6 @@ in
disable-user-extensions = false;
enabled-extensions = [
"hidetopbar@mathieu.bidon.ca"
"just-perfection-desktop@just-perfection"
"pano@elhan.io"
];
favorite-apps = [
@ -67,11 +66,6 @@ in
mouse-sensitive-fullscreen-window = false;
};
# Just Perfection extension configuration
"org/gnome/shell/extensions/just-perfection" = {
osd = false; # Hide on-screen display notifications (including clipboard)
};
# Pano clipboard manager configuration
"org/gnome/shell/extensions/pano" = {
send-notification-on-copy = false; # Disable notification toasts
@ -145,7 +139,6 @@ in
# GNOME Shell extensions
home.packages = with pkgs; [
gnomeExtensions.hide-top-bar
gnomeExtensions.just-perfection
gnomeExtensions.pano
];
};