mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-25 08:03:09 +01:00
12 lines
204 B
Nix
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 👀";
|
|
}
|
|
'';
|
|
}
|