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