From dd8558457c5c614c4091f877d9b83cf7222f5c3c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 27 Jul 2025 21:52:04 +0200 Subject: desktop: Add dunst, setup xwayland --- host/hephaestus.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'host/hephaestus.nix') diff --git a/host/hephaestus.nix b/host/hephaestus.nix index 9945ca5..ea3b5ab 100644 --- a/host/hephaestus.nix +++ b/host/hephaestus.nix @@ -7,6 +7,16 @@ ../gui/networkmanager.nix ]; + home.packages = with pkgs; [ + xwayland-satellite + ]; + + home.sessionVariables = { + QT_QPA_PLATFORM = "wayland"; + GBM_BACKEND = "nvidia-drm"; + __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + }; + services = { kdeconnect.enable = true; screen-locker.enable = pkgs.lib.mkForce false; -- cgit v1.2.3