Cleanup flake

This commit is contained in:
Filippo Berto 2022-08-29 17:07:02 +02:00
parent 70f54e2739
commit 70d0060df5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 112 additions and 130 deletions

View file

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