remove gnome extension
This commit is contained in:
parent
6537b4082a
commit
3b2b61f17e
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue