KDE: Enable Wayland portals
This commit is contained in:
parent
08e5fc8d9d
commit
0b2db8a89f
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue