add compiledb to packages fixes on vbox config
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m30s

This commit is contained in:
2025-08-07 15:06:27 +02:00
parent 093ac9c011
commit 6651ba444e
5 changed files with 19 additions and 16 deletions

View File

@ -1,14 +1,14 @@
{ ... }:
{
services.picom = {
backend = "xrender";
settings = {
blur = {
method = "none";
size = 0;
deviation = 0.0;
};
};
};
# services.picom = {
# backend = "xrender";
# settings = {
# blur = {
# method = "none";
# size = 0;
# deviation = 0.0;
# };
# };
# };
}