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 = {
|
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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue