summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-17 22:02:40 +0800
committerJan Tojnar <jtojnar@gmail.com>2023-11-21 08:42:10 +0100
commitd7a8877d9d684f36e7eea5f5246f6587d2740657 (patch)
tree82d5f4702bacbd881d303dcbedd2101897d2f3fb /nixos/modules/services/desktops
parente2ad581c952e25fd2c4d4da29060871797c3c314 (diff)
nixos/xdg/portal: Add config and configPackages option
In x-d-p 1.17, when no configs are given, you apps will likely not able to find a backend. Let users aware of the changes.
Diffstat (limited to 'nixos/modules/services/desktops')
-rw-r--r--nixos/modules/services/desktops/flatpak.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/desktops/flatpak.md b/nixos/modules/services/desktops/flatpak.md
index 65b1554d79b4..af71d85b5a15 100644
--- a/nixos/modules/services/desktops/flatpak.md
+++ b/nixos/modules/services/desktops/flatpak.md
@@ -18,6 +18,7 @@ in other cases, you will need to add something like the following to your
{file}`configuration.nix`:
```
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+ xdg.portal.config.common.default = "gtk";
```
Then, you will need to add a repository, for example,