Update modules/nixos/system/xdg/default.nix

This commit is contained in:
sora 2023-11-09 21:22:10 +01:00
parent 9544ef0da5
commit fe7cada8d3

View File

@ -5,7 +5,7 @@
# wlr.enable = true; # wlr.enable = true;
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xdg-desktop-portal xdg-desktop-portal-gtk
]; ];
}; };