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