Add XDG menu source from Plasma

This commit is contained in:
2026-05-08 21:52:18 -05:00
parent b982de75f3
commit 4d993d5841
+2
View File
@@ -8,6 +8,8 @@
services.dbus.packages = [ pkgs.kdePackages.kwallet ];
xdg.menus.enable = true;
environment.etc."xdg/menus/applications.menu".source =
"${pkgs.kdePackages.plasma-workspace}/etc/xdg/menus/plasma-applications.menu";
xdg.mime.enable = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.kdePackages.kwallet ];