Skip to content

Commit 019bc1d

Browse files
committed
fix(mar): disable KDE theming and configure Zen browser profile
Disable stylix KDE target for mar user since mar uses GNOME desktop, not KDE/Plasma. This prevents unnecessary KDE theming packages from being installed. Also configure Zen browser profile name for stylix theming to silence the warning: stylix: zen-browser: 'config.stylix.targets.zen-browser.profileNames' is not set. This reduces package bloat and removes configuration warnings.
1 parent 9090773 commit 019bc1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

homes/mar/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
nushell.enable = true;
88
zsh.enable = true;
99
};
10+
11+
# Disable KDE/Plasma theming (mar uses GNOME)
12+
stylix.targets.kde.enable = false;
13+
14+
# Configure Zen browser profile for stylix theming
15+
stylix.targets.zen-browser.profileNames = [ "default" ];
1016
};
1117
}

0 commit comments

Comments
 (0)