nixos/plasma6: adjust for portal config changes
This commit is contained in:
@@ -249,10 +249,11 @@ in {
|
||||
|
||||
xdg.portal.enable = true;
|
||||
xdg.portal.extraPortals = [
|
||||
kdePackages.kwallet
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
xdg.portal.configPackages = mkDefault [kdePackages.xdg-desktop-portal-kde];
|
||||
xdg.portal.configPackages = mkDefault [kdePackages.plasma-workspace];
|
||||
services.pipewire.enable = mkDefault true;
|
||||
|
||||
# Enable screen reader by default
|
||||
|
||||
Reference in New Issue
Block a user