From 3b2b61f17ebf42ae6b4264f05d307b1b8e0f5452 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 22 Oct 2025 20:14:05 +0200 Subject: [PATCH] remove gnome extension --- modules/gnome.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/gnome.nix b/modules/gnome.nix index cea3207..6eccf8b 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -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 ]; };