Reenable plasma.overrideConfig

This commit is contained in:
Tristan D. 2024-10-14 10:36:09 +02:00
parent 124c5cfbb1
commit b09f6105d2
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -4,7 +4,7 @@
}: { }: {
programs.plasma = { programs.plasma = {
enable = true; enable = true;
overrideConfig = false; # needed for stylix compat sadly overrideConfig = true; # needed for stylix compat sadly
workspace = { workspace = {
theme = "breeze-dark"; theme = "breeze-dark";
lookAndFeel = "org.kde.breezedark.desktop"; lookAndFeel = "org.kde.breezedark.desktop";
@ -16,7 +16,7 @@
{ {
location = "bottom"; location = "bottom";
screen = "all"; screen = "all";
height = 40; height = 42;
widgets = [ widgets = [
{ {
name = "org.kde.plasma.kicker"; name = "org.kde.plasma.kicker";