Picom being enabled causes problems for kde

This commit is contained in:
Benson Chu 2023-12-30 10:45:22 -06:00
parent cf8586a269
commit a06c268e3a

View file

@ -42,7 +42,11 @@ in
}; };
services = { services = {
picom.enable = true; # Having this enabled makes title bars in kde plasma disappear by
# default. Only fixed by reloading the theme in system-settings
# appearance.
#
# picom.enable = true;
pcscd.enable = true; pcscd.enable = true;
tailscale.enable = true; tailscale.enable = true;
gvfs.enable = true; gvfs.enable = true;