Commit 48482951eb21

Vincent Demeester <vincent@sbr.pm>
2025-04-20 00:20:41
home: try without xdg-desktop-portal-hyprland
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9e20e5d
Changed files (2)
home
common
home/common/desktop/mpv.nix
@@ -4,6 +4,7 @@
     enable = true;
     config = {
       hwdec = "auto";
+      osc = "no";
     };
     scripts = [ pkgs.mpvScripts.mpris pkgs.mpvScripts.modernz ];
   };
home/common/desktop/xdg.nix
@@ -16,7 +16,7 @@ in
       enable = true;
       xdgOpenUsePortal = true;
       extraPortals = with pkgs; [
-        xdg-desktop-portal-hyprland
+        # xdg-desktop-portal-hyprland
         xdg-desktop-portal-gtk
       ];
       config = {