diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/atlas.nix | 12 |
1 files changed, 11 insertions, 1 deletions
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"; + }; } |