this post was submitted on 01 May 2024
5 points (77.8% liked)
Nix / NixOS
1750 readers
11 users here now
Main links
Videos
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Since I like to use bemenu I just wrote the derivation myself, it's super short and simple especially borrowing from the
build.sh
script inwofi-emoji
repository. You can get the emoji data like so:And then write a small wrapper script of your liking. I'm using wtype and bemenu, but you could just as easily use wl-clipboard and rofi for instance. This is to me one of the huge benifits of nix, how you can slam these small scripts together and not worry about missing dependencies when taking the configuration to other systems.