nixpkgs/nixos/modules/config/xdg
worldofpeace 64b4a24047 nixos/xdg/portal: set GTK_USE_PORTAL with lib.mkIf
If lib.optional is given a false value it will return an empty list.
Thusly the set-environment script can have

```
export GTK_USE_PORTAL=
```

This can rub certain bugs the wrong way #65679
so lets make sure this isn't set in the environment
at all.
2019-08-01 17:51:51 -04:00
..
autostart.nix xdg: add modules for supporting various XDG specs 2018-08-16 21:23:34 +01:00
icons.nix xdg: add modules for supporting various XDG specs 2018-08-16 21:23:34 +01:00
menus.nix xdg: add modules for supporting various XDG specs 2018-08-16 21:23:34 +01:00
mime.nix nixos/xdg/mime: disable fdatasync when building the XDG MIME database 2019-05-25 21:00:25 -07:00
portal.nix nixos/xdg/portal: set GTK_USE_PORTAL with lib.mkIf 2019-08-01 17:51:51 -04:00
sounds.nix nixos: add XDG sounds module 2018-12-18 00:32:13 +01:00