diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-05 23:31:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-05 23:31:35 +0200 |
commit | 14d4d05acc235ab7033316d16530783c90e95faa (patch) | |
tree | 2a6e0953cd5f4e4419274178c8a44a34456ab32c /hosts/sif/default.nix | |
parent | 02dbc3d9260fa1137e8ebc99ad439fc555d81fd2 (diff) | |
download | nixos-14d4d05acc235ab7033316d16530783c90e95faa.tar nixos-14d4d05acc235ab7033316d16530783c90e95faa.tar.gz nixos-14d4d05acc235ab7033316d16530783c90e95faa.tar.bz2 nixos-14d4d05acc235ab7033316d16530783c90e95faa.tar.xz nixos-14d4d05acc235ab7033316d16530783c90e95faa.zip |
...quickshell
Diffstat (limited to 'hosts/sif/default.nix')
-rw-r--r-- | hosts/sif/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix index bd85e472..952b95f9 100644 --- a/hosts/sif/default.nix +++ b/hosts/sif/default.nix | |||
@@ -655,7 +655,7 @@ in { | |||
655 | "org.freedesktop.impl.portal.OpenFile" = ["gtk"]; | 655 | "org.freedesktop.impl.portal.OpenFile" = ["gtk"]; |
656 | "org.freedesktop.impl.portal.Access" = ["gtk"]; | 656 | "org.freedesktop.impl.portal.Access" = ["gtk"]; |
657 | "org.freedesktop.impl.portal.Notification" = ["gtk"]; | 657 | "org.freedesktop.impl.portal.Notification" = ["gtk"]; |
658 | "org.freedesktop.impl.portal.Secret" = ["gnome-keyring"]; | 658 | "org.freedesktop.impl.portal.Secret" = ["none"]; |
659 | "org.freedesktop.impl.portal.Inhibit" = ["none"]; | 659 | "org.freedesktop.impl.portal.Inhibit" = ["none"]; |
660 | }; | 660 | }; |
661 | }; | 661 | }; |