[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 = {
enable = true;
# wlr.enable = true;
extraPortals = with pkgs;
[
xdg-desktop-portal-hyprland
# xdg-desktop-portal-gtk
];
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
config.common.default = [ "hyprland" "gtk" ];
};
environment.sessionVariables = rec {