fix: correctly configure xdg-desktop-portal-gtk

This commit is contained in:
Youwen Wu 2024-11-20 16:38:09 -08:00
parent 55c076d7fe
commit e01ac39515
Signed by untrusted user: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -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;