aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-25 18:31:07 -0300
committerEuAndreh <eu@euandre.org>2022-03-25 18:31:07 -0300
commit0ef04576bc89cae6367efceaaaca5dada1dde979 (patch)
treec2355bdf23c78ddedd5419baefc648359062b3af
parentconfiguration.nix: Replace "nologin" with new "shadow" package (diff)
downloaddotfiles-0ef04576bc89cae6367efceaaaca5dada1dde979.tar.gz
dotfiles-0ef04576bc89cae6367efceaaaca5dada1dde979.tar.xz
configuration.nix: Explicitly configure XDG GTK portals
-rw-r--r--configuration.nix1
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;