fix: use-damage=false for capibara's picom
parent
80bbb3d24b
commit
8c14b2bb68
|
@ -10,4 +10,11 @@ in desktopConfig // {
|
|||
home.file.".xinitrc".text = ''
|
||||
exec ${config.home.homeDirectory}/.xsession
|
||||
'';
|
||||
services.picom = {
|
||||
backend = "glx";
|
||||
extraOptions = ''
|
||||
use-damage=false;
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue