Add emoji picker

This commit is contained in:
Pedro Rey Anca 2024-07-11 17:37:53 +02:00
parent 04ced2fb7e
commit 9fc91bf87b
2 changed files with 3 additions and 0 deletions

View file

@ -142,6 +142,7 @@
"$mainMod SHIFT, F, fullscreen, 1"
"$mainMod, Space, togglefloating,"
"$mainMod, D, exec, fuzzel"
"$mainMod SHIFT, E, exec, bemoji -t"
"$mainMod, M, exec, element-desktop"
"$mainMod, Escape, exec, loginctl lock-session"
"$mainMod SHIFT, Escape, exec, shutdown-script"

View file

@ -4,6 +4,7 @@
...
}: {
home.packages = with pkgs; [
bemoji # emoji picker
bitwise # cli tool for bit / hex manipulation
bitwarden-cli
evince # gnome pdf viewer
@ -34,6 +35,7 @@
zenity
winetricks
wineWowPackages.wayland
wtype
# C / C++
gcc