diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index a774e483..944d1812 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -125,6 +125,19 @@ in { | |||
125 | ]; | 125 | ]; |
126 | 126 | ||
127 | config = { | 127 | config = { |
128 | xdg.portal = { | ||
129 | enable = true; | ||
130 | config.niri = { | ||
131 | default = ["gnome" "gtk"]; | ||
132 | "org.freedesktop.impl.portal.FileChooser" = ["gtk"]; | ||
133 | "org.freedesktop.impl.portal.OpenFile" = ["gtk"]; | ||
134 | "org.freedesktop.impl.portal.Access" = ["gtk"]; | ||
135 | "org.freedesktop.impl.portal.Notification" = ["gtk"]; | ||
136 | "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"]; | ||
137 | "org.freedesktop.impl.portal.Inhibit" = ["none"]; | ||
138 | }; | ||
139 | }; | ||
140 | |||
128 | systemd.user.services.xwayland-satellite = { | 141 | systemd.user.services.xwayland-satellite = { |
129 | Unit = { | 142 | Unit = { |
130 | BindsTo = [ "graphical-session.target" ]; | 143 | BindsTo = [ "graphical-session.target" ]; |