mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-20 10:30:48 +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 👀";
|
||
|
}
|
||
|
'';
|
||
|
}
|