chanage hosts in homeConfigs to comply with new layout

This commit is contained in:
2025-02-12 16:38:32 +01:00
parent ac0c894ba2
commit 5c23caf62c
13 changed files with 20 additions and 79 deletions

View File

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