Reenable plasma.overrideConfig
This commit is contained in:
parent
124c5cfbb1
commit
b09f6105d2
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue