adding kde to portals

This commit is contained in:
Chris Cochrun 2024-01-18 04:35:01 -06:00
parent 3dcbe8279b
commit 3f27c994c6

View file

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