Zathura config + remove old packages

This commit is contained in:
Filippo Berto 2021-07-02 12:29:14 +02:00
parent 247185eafe
commit 632185d7f8
10 changed files with 68 additions and 37 deletions

View file

@ -2,10 +2,19 @@
{
services.picom = {
enable = true;
blur = true;
experimentalBackends = true;
fade = true;
shadow = true;
vSync = true;
# backend = "xrender";
extraOptions = ''
blur:
{
method = "gaussian";
size = 10;
deviation = 7.0;
}
'';
};
}