Skip to content

Commit f2dd0ed

Browse files
committed
feat(bruddy): enable plasma home customization
Follows the host DE selection like the gnome block and pins the same app set to the panel (Dolphin/Konsole replacing their GNOME equivalents).
1 parent 8b16223 commit f2dd0ed

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

homes/x86_64-linux/bruddy@bruddynix/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ in
4646
"org.vinegarhq.Sober.desktop"
4747
];
4848
};
49+
50+
desktop-environment.plasma = {
51+
# Follow the host's DE selection
52+
enable = osConfig.khanelinix.programs.graphical.desktop-environment.plasma.enable or false;
53+
panel.launchers = [
54+
"applications:org.kde.dolphin.desktop"
55+
"applications:org.kde.konsole.desktop"
56+
"applications:firefox-devedition.desktop"
57+
"applications:steam.desktop"
58+
"applications:org.vinegarhq.Sober.desktop"
59+
];
60+
};
4961
};
5062

5163
terminal = {

0 commit comments

Comments
 (0)