From a8e48cf2fa16cceef528c06e35e704f98bcba24b Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Tue, 16 Jan 2024 18:44:29 +0100 Subject: [PATCH] feat: add emoji picker --- users/gandalf/modules/gui/sway/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/gandalf/modules/gui/sway/default.nix b/users/gandalf/modules/gui/sway/default.nix index 776e7e8..f997e84 100644 --- a/users/gandalf/modules/gui/sway/default.nix +++ b/users/gandalf/modules/gui/sway/default.nix @@ -30,6 +30,7 @@ in nextcloud-client # self hosted cloud client plasma5Packages.kdeconnect-kde # sync phone and pc system-config-printer # printer manager + emote # emoji picker ]; programs.swaylock = { @@ -90,6 +91,7 @@ in { command = "${nextcloud-client}/bin/nextcloud"; } { command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; } { command = "${system-config-printer}/bin/system-config-printer-applet"; } + { command = "${emote}/bin/emote"; } ]; input = { "2:7:SynPS/2_Synaptics_TouchPad" = { @@ -211,6 +213,7 @@ in "${cfg.modifier}+Shift+b" = "exec ${pkgs.blueman}/bin/blueman-manager"; "${cfg.modifier}+Shift+n" = "exec ${pkgs.networkmanagerapplet}/bin/nm-connection-editor"; "${cfg.modifier}+Shift+a" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw"; + "${cfg.modifier}+period" = "exec ${pkgs.emote}/bin/emote"; }; fonts = { names = [ common.font ];