12 lines
156 B
Nix
12 lines
156 B
Nix
{
|
|
xdg.configFile."swaylog/config".text = ''
|
|
screenshots
|
|
clock
|
|
indicator
|
|
indicator-radius 100
|
|
effect-blur 7x5
|
|
fade-in 0.2
|
|
'';
|
|
}
|
|
|