KDE: Enable Wayland portals

This commit is contained in:
fruchti 2025-08-09 16:20:35 +02:00
parent 08e5fc8d9d
commit 0b2db8a89f

View file

@ -34,6 +34,16 @@
};
services.pipewire.enable = false;
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
environment.systemPackages = with pkgs; [
libsForQt5.qt5ct
libsForQt5.qtstyleplugin-kvantum