diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-19 22:34:40 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-19 22:34:40 +0100 |
commit | ac4c501926839bc6f8a9ebff4de3c9eee2d24afe (patch) | |
tree | 9dcfa0679f0ded89a5fbb92a4aa602d57a5db387 /accounts/gkleen@sif/niri/default.nix | |
parent | ef393fbd49ebd71f83a4bd218aac578a23342a7f (diff) | |
download | nixos-ac4c501926839bc6f8a9ebff4de3c9eee2d24afe.tar nixos-ac4c501926839bc6f8a9ebff4de3c9eee2d24afe.tar.gz nixos-ac4c501926839bc6f8a9ebff4de3c9eee2d24afe.tar.bz2 nixos-ac4c501926839bc6f8a9ebff4de3c9eee2d24afe.tar.xz nixos-ac4c501926839bc6f8a9ebff4de3c9eee2d24afe.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 78d04c25..a774e483 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -125,20 +125,6 @@ in { | |||
125 | ]; | 125 | ]; |
126 | 126 | ||
127 | config = { | 127 | config = { |
128 | xdg.portal = { | ||
129 | enable = true; | ||
130 | inherit (hostConfig.xdg.portal) extraPortals configPackages; | ||
131 | config.niri = { | ||
132 | default = ["gnome" "gtk"]; | ||
133 | "org.freedesktop.impl.portal.FileChooser" = ["gtk"]; | ||
134 | "org.freedesktop.impl.portal.OpenFile" = ["gtk"]; | ||
135 | "org.freedesktop.impl.portal.Access" = ["gtk"]; | ||
136 | "org.freedesktop.impl.portal.Notification" = ["gtk"]; | ||
137 | "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"]; | ||
138 | "org.freedesktop.impl.portal.Inhibit" = ["none"]; | ||
139 | }; | ||
140 | }; | ||
141 | |||
142 | systemd.user.services.xwayland-satellite = { | 128 | systemd.user.services.xwayland-satellite = { |
143 | Unit = { | 129 | Unit = { |
144 | BindsTo = [ "graphical-session.target" ]; | 130 | BindsTo = [ "graphical-session.target" ]; |