Merge pull request #103196 from helsinki-systems/fix/plasma5-noaliases

nixos/plasma5: Fix when running without aliases
This commit is contained in:
ajs124 2020-11-10 16:59:34 +01:00 committed by GitHub
commit fd950b9fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,7 @@ in
security.pam.services.sddm.enableKwallet = true;
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
xdg.portal.extraPortals = [ plasma5.xdg-desktop-portal-kde ];
# Update the start menu for each user that is currently logged in
system.userActivationScripts.plasmaSetup = activationScript;