nixos/plasma5: Fix when running without aliases

This commit is contained in:
Janne Heß 2020-11-09 11:09:06 +01:00
parent 00ecee00bb
commit 59239feacb
No known key found for this signature in database
GPG key ID: 69165158F05265DF

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;