From d615414f2904e2e10aef1e3b40ce9d04ab253c76 Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Wed, 30 Oct 2024 02:13:01 -0700 Subject: [PATCH] - Removed programs.xwayland.enable=true --> ? Unknown if needed and how to enable, may assist with v4l2loopback and x111 compatibilty with wayland compositor --- hosts/steamdeck/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/steamdeck/configuration.nix b/hosts/steamdeck/configuration.nix index 8adecb4..3bb1684 100644 --- a/hosts/steamdeck/configuration.nix +++ b/hosts/steamdeck/configuration.nix @@ -168,7 +168,6 @@ in }; desktopManager.plasma6.enable = true; displayManager.sddm.enable = true; - programs.Xwayland.enable = true; # Audio pipewire = { @@ -218,7 +217,9 @@ in }; # System Programs and Packages - programs.firefox.enable = true; + programs = { + firefox.enable = true; + }; environment.systemPackages = with pkgs; [ # Debugging tools @@ -239,6 +240,7 @@ in wget curl binutils + ]; # Locale and Time