zaneyos-modified/config/rofi/config-emoji.nix

12 lines
204 B
Nix
Raw Permalink Normal View History

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