[m]Flake: Updated XDG portal config for 24.05

This commit is contained in:
soraefir 2023-11-26 01:33:20 +01:00
parent f693a59f6c
commit 5d730f8071

View File

@ -3,11 +3,11 @@
xdg.portal = { xdg.portal = {
enable = true; enable = true;
# wlr.enable = true; # wlr.enable = true;
extraPortals = with pkgs; extraPortals = with pkgs; [
[ xdg-desktop-portal-hyprland
xdg-desktop-portal-hyprland xdg-desktop-portal-gtk
# xdg-desktop-portal-gtk ];
]; config.common.default = [ "hyprland" "gtk" ];
}; };
environment.sessionVariables = rec { environment.sessionVariables = rec {