From 7e178bebb03b5874f115b911c99e5bf7d50d1a21 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 29 Jul 2025 15:36:17 +0200 Subject: atlas: Tweak niri config, setup screen sharing, test sunshine --- host/atlas.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'host') diff --git a/host/atlas.nix b/host/atlas.nix index f73a1c7..af57198 100644 --- a/host/atlas.nix +++ b/host/atlas.nix @@ -3,6 +3,16 @@ { imports = [ ../gui/default.nix - ../gui/xmonad.nix + ../gui/niri.nix ]; + + home.packages = with pkgs; [ + xwayland-satellite + ]; + + home.sessionVariables = { + QT_QPA_PLATFORM = "wayland"; + GBM_BACKEND = "nvidia-drm"; + __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + }; } -- cgit v1.2.3