diff options
| author | EuAndreh <eu@euandre.org> | 2022-03-25 18:31:07 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-03-25 18:31:07 -0300 |
| commit | 0ef04576bc89cae6367efceaaaca5dada1dde979 (patch) | |
| tree | c2355bdf23c78ddedd5419baefc648359062b3af | |
| parent | configuration.nix: Replace "nologin" with new "shadow" package (diff) | |
| download | dotfiles-0ef04576bc89cae6367efceaaaca5dada1dde979.tar.gz dotfiles-0ef04576bc89cae6367efceaaaca5dada1dde979.tar.xz | |
configuration.nix: Explicitly configure XDG GTK portals
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 5070621c..22d73df0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -592,6 +592,7 @@ in { xdg.portal = { enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; virtualisation.libvirtd.enable = true; |
