adding kde to portals
This commit is contained in:
parent
3dcbe8279b
commit
3f27c994c6
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue