oldie/materusPC: KDE config

This commit is contained in:
2026-06-19 13:30:34 +02:00
parent ac43221eec
commit 481bfdde77
3 changed files with 70 additions and 31 deletions
+19
View File
@@ -21,6 +21,25 @@
];
XCURSOR_THEME = "breeze_cursors";
};
environment.systemPackages = with pkgs.kdePackages; [
kolourpaint
kcolorchooser
kcolorpicker
ark
bluedevil
bluez-qt
kcalc
kcron
];
xdg.portal.enable = true;
xdg.portal.wlr.enable = true;
xdg.portal.xdgOpenUsePortal = true;
xdg.portal.extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
environment.plasma6.excludePackages = with pkgs.kdePackages; [
kwallet
kwalletmanager
kwallet-pam
];
}
#endregion
];