diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/hephaestus.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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; |