diff --git a/home/common/gnome.nix b/home/common/gnome.nix index 948712f..de67eb7 100644 --- a/home/common/gnome.nix +++ b/home/common/gnome.nix @@ -166,11 +166,16 @@ with lib.hm.gvariant; "org/gnome/shell" = { enabled-extensions = [ + "emoji-copy@felipeftn" "just-perfection-desktop@just-perfection" "Vitals@CoreCoding.com" ]; }; + "org/gnome/shell/extensions/emoji-copy" = { + emoji-keybind = [ "e" ]; + }; + "org/gnome/shell/extensions/just-perfection" = { animation = 0; notification-banner-position = 2;