Skip to content

Commit c08dec0

Browse files
committed
fix: set portals
Signed-off-by: Anthony Rabbito <[email protected]>
1 parent b379902 commit c08dec0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: nixos/personalities/desktop/wayland-wm/kde/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
imports = [ ../../default.nix ];
33
environment.sessionVariables.NIXOS_OZONE_WL = "1";
44
environment.sessionVariables.GTK_USE_PORTAL = "1";
5+
xdg.portal = {
6+
xdgOpenUsePortal = true;
7+
enable = true;
8+
};
59
hardware.sane.enable = true;
610
programs.kde-pim.enable = true;
711
programs.partition-manager.enable = true;

0 commit comments

Comments
 (0)