From 835e110fa2ab7fd186f34cd387642e67b4235bdf Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 30 Jul 2025 22:27:27 +0200 Subject: athena: Switch to wayland --- host/athena.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'host/athena.nix') diff --git a/host/athena.nix b/host/athena.nix index b5e9b75..556893e 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -3,16 +3,20 @@ { imports = [ ../gui/default.nix - ../gui/xmonad.nix + ../gui/niri.nix ../gui/networkmanager.nix - ../gui/stalonetray.nix - ../gui/redshift.nix ]; home.packages = with pkgs; [ acpi brightnessctl - arandr blueman + xwayland-satellite ]; + + home.sessionVariables = { + QT_QPA_PLATFORM = "wayland"; + GBM_BACKEND = "nvidia-drm"; + __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + }; } -- cgit v1.2.3