mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
a6b2f66ac8
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
12 lines
236 B
Nix
12 lines
236 B
Nix
{
|
|
xdg.configFile."swappy/config".text = ''
|
|
[Default]
|
|
save_dir=~/Pictures/Screenshots
|
|
save_filename_format=screenshot-%Y%m%d-%H%M%S.png
|
|
show_panel=false
|
|
line_size=5
|
|
text_size=20
|
|
text_font=sans-serif
|
|
'';
|
|
}
|