adding portals

This commit is contained in:
Chris Cochrun 2024-01-11 12:33:43 -06:00
parent 6b90ee6433
commit efc0633beb

View file

@ -131,9 +131,11 @@ with lib;
# VIDEOS=vids # VIDEOS=vids
# ''; # '';
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ];
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
# portalPackage = pkgs.xdg-desktop-portal-kde;
# xwayland.hidpi = true; # xwayland.hidpi = true;
}; };