enable picom

This commit is contained in:
♥ Minnie ♥ 2023-07-10 07:15:32 +08:00
parent 299e28e2aa
commit 31f62964e0
3 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,15 @@
{ ... }:
{
services.picom = {
enable = true;
shadow = true;
backend = "glx";
settings = {
corner-radius = 10;
rounded-corners-exclude = [
"window_type = 'dock'"
];
};
};
}