From 6cf8e70849e9b4c7236b30dca9316f2e2369ae92 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Tue, 5 May 2026 12:33:50 -0500 Subject: [PATCH] Fix xdg-desktop-portal warning --- desktop/default.nix | 3 +++ desktop/hyprland.nix | 1 + 2 files changed, 4 insertions(+) diff --git a/desktop/default.nix b/desktop/default.nix index 06e7e98..cb5c41a 100644 --- a/desktop/default.nix +++ b/desktop/default.nix @@ -15,4 +15,7 @@ general.grab_focus = true; }; }; + + # use first portal implementation + xdg.portal.config.common.default = "*"; } diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index 1984421..af1bed3 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -2,6 +2,7 @@ wayland.windowManager.hyprland = { enable = true; package = null; + systemd.enable = true; settings = { # monitor settings https://wiki.hypr.land/0.54.0/Configuring/Monitors/ -- 2.51.2