feat: add emoji picker

This commit is contained in:
Jacob Bachmann 2024-01-16 18:44:29 +01:00
parent b77debd170
commit a8e48cf2fa
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -30,6 +30,7 @@ in
nextcloud-client # self hosted cloud client nextcloud-client # self hosted cloud client
plasma5Packages.kdeconnect-kde # sync phone and pc plasma5Packages.kdeconnect-kde # sync phone and pc
system-config-printer # printer manager system-config-printer # printer manager
emote # emoji picker
]; ];
programs.swaylock = { programs.swaylock = {
@ -90,6 +91,7 @@ in
{ command = "${nextcloud-client}/bin/nextcloud"; } { command = "${nextcloud-client}/bin/nextcloud"; }
{ command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; } { command = "${plasma5Packages.kdeconnect-kde}/bin/kdeconnect-indicator"; }
{ command = "${system-config-printer}/bin/system-config-printer-applet"; } { command = "${system-config-printer}/bin/system-config-printer-applet"; }
{ command = "${emote}/bin/emote"; }
]; ];
input = { input = {
"2:7:SynPS/2_Synaptics_TouchPad" = { "2:7:SynPS/2_Synaptics_TouchPad" = {
@ -211,6 +213,7 @@ in
"${cfg.modifier}+Shift+b" = "exec ${pkgs.blueman}/bin/blueman-manager"; "${cfg.modifier}+Shift+b" = "exec ${pkgs.blueman}/bin/blueman-manager";
"${cfg.modifier}+Shift+n" = "exec ${pkgs.networkmanagerapplet}/bin/nm-connection-editor"; "${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}+Shift+a" = "exec ${pkgs.swaynotificationcenter}/bin/swaync-client -t -sw";
"${cfg.modifier}+period" = "exec ${pkgs.emote}/bin/emote";
}; };
fonts = { fonts = {
names = [ common.font ]; names = [ common.font ];