mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 14:43:08 +01:00
19 lines
290 B
Nix
19 lines
290 B
Nix
{ ... }:
|
|
|
|
{
|
|
home.file.".config/rofi/config-long.rasi".text = ''
|
|
@import "~/.config/rofi/config.rasi"
|
|
window {
|
|
width: 50%;
|
|
}
|
|
entry {
|
|
placeholder: "🔎 Search ";
|
|
}
|
|
listview {
|
|
columns: 1;
|
|
lines: 8;
|
|
scrollbar: true;
|
|
}
|
|
'';
|
|
}
|