From e01ac39515b3ab713e535a661d0203bcc3eff593 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 20 Nov 2024 16:38:09 -0800 Subject: [PATCH] fix: correctly configure xdg-desktop-portal-gtk --- users/kaitotlex/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/users/kaitotlex/home.nix b/users/kaitotlex/home.nix index 315d5fc..d312f6e 100644 --- a/users/kaitotlex/home.nix +++ b/users/kaitotlex/home.nix @@ -22,7 +22,6 @@ home.packages = with pkgs; [ # here is some command line tools I use frequently # feel free to add your own or remove some of them - xdg-desktop-portal-gtk pavucontrol ryujinx unzip @@ -182,6 +181,11 @@ brightnessctl ]; + xdg.portal = { + enable = true; + extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; + }; + programs.rofi = { enable = true; cycle = true;