mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
home/desktop: install xdg-desktop-portal-gtk for file picker fallback
This commit is contained in:
parent
65dc75d5f6
commit
beb2647f1f
|
@ -32,7 +32,8 @@
|
|||
configPackages =
|
||||
lib.optional (config.ar.home.desktop.hyprland.enable) pkgs.xdg-desktop-portal-hyprland;
|
||||
extraPortals =
|
||||
lib.optional (config.ar.home.desktop.hyprland.enable) pkgs.xdg-desktop-portal-hyprland;
|
||||
[pkgs.xdg-desktop-portal-gtk]
|
||||
++ lib.optional (config.ar.home.desktop.hyprland.enable) pkgs.xdg-desktop-portal-hyprland;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue