zaneyos/config/rofi/config-emoji.nix
2024-05-22 21:32:57 -05:00

12 lines
204 B
Nix

{ ... }:
{
home.file.".config/rofi/config-emoji.rasi".text = ''
@import "~/.config/rofi/config-long.rasi"
entry {
width: 45%;
placeholder: "🔎 Search Emoji's 👀";
}
'';
}