feat: add emoji picker
This commit is contained in:
parent
b77debd170
commit
a8e48cf2fa
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue