Commit f9bf9b6611d8
Changed files (1)
systems
modules
desktop
systems/modules/desktop/hyprland.nix
@@ -29,9 +29,8 @@ in
enable = true;
# wlr.enable = true;
extraPortals = with pkgs; [
- # xdg-desktop-portal-wlr
- # xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
+ xdg-desktop-portal-gtk
];
gtkUsePortal = true;
};