moved desktop to bspwm and added picom

This commit is contained in:
Alexander Szczepanski
2021-08-01 23:23:57 +02:00
parent 1f80ac7955
commit d1ac6436c1
4 changed files with 18 additions and 59 deletions

View File

@@ -109,6 +109,15 @@
};
};
services = {
picom = {
enable = true;
blur = false;
shadow = true;
vSync = true;
};
};
# manuals not needed
manual.html.enable = false;
manual.json.enable = false;