Picom being enabled causes problems for kde
This commit is contained in:
parent
cf8586a269
commit
a06c268e3a
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue