All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m30s
15 lines
176 B
Nix
15 lines
176 B
Nix
{ ... }:
|
|
|
|
{
|
|
# services.picom = {
|
|
# backend = "xrender";
|
|
# settings = {
|
|
# blur = {
|
|
# method = "none";
|
|
# size = 0;
|
|
# deviation = 0.0;
|
|
# };
|
|
# };
|
|
# };
|
|
}
|