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