We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b379902 commit c08dec0Copy full SHA for c08dec0
nixos/personalities/desktop/wayland-wm/kde/default.nix
@@ -2,6 +2,10 @@
2
imports = [ ../../default.nix ];
3
environment.sessionVariables.NIXOS_OZONE_WL = "1";
4
environment.sessionVariables.GTK_USE_PORTAL = "1";
5
+ xdg.portal = {
6
+ xdgOpenUsePortal = true;
7
+ enable = true;
8
+ };
9
hardware.sane.enable = true;
10
programs.kde-pim.enable = true;
11
programs.partition-manager.enable = true;
0 commit comments