From a696c2ff1de10524ebf8698e608a242169fd9b58 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 17 Dec 2025 17:56:15 +0100 Subject: [PATCH] chore: remove xwayland since it is not used by niri anyway --- hosts/neon/configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index 12e127a..e354be7 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -50,9 +50,9 @@ keyMap = "de_CH-latin1"; }; - # window manager configs + # set up niri as window manager programs.niri.enable = true; - programs.xwayland.enable = true; + # set up sddm ad display manager services.displayManager.sddm = { enable = true; wayland = { @@ -148,7 +148,6 @@ vim wget which - xwayland xwayland-satellite xz zip @@ -171,7 +170,7 @@ localNetworkGameTransfers.openFirewall = true; }; - # fix black screen in steam on intel gpu + # fix black screen in steam on xwayland-satellite programs.steam.package = pkgs.steam.override { extraArgs = "-system-composer"; };