From c9fc9097278b9b2c929351cfa16a677f9e3e9831 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 2 Mar 2026 16:57:15 -0700 Subject: [PATCH] merging --- nix/tv-computer.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/nix/tv-computer.nix b/nix/tv-computer.nix index bbee225..f704135 100644 --- a/nix/tv-computer.nix +++ b/nix/tv-computer.nix @@ -1,4 +1,3 @@ - { config, pkgs, ... }: { @@ -13,10 +12,11 @@ # "hid_microsoft" # Xbox One Elite 2 controller driver preferred by Steam # "uinput" # ]; - boot.kernelPackages = pkgs.linuxPackages_6_6; - boot.kernelParams = [ - "amdgpu.discovery=1" - ]; + boot.kernelPackages = pkgs.linuxPackages_6_1; + #boot.kernelParams = [ + # "amdgpu.discovery=1" + #]; + hardware.enableRedistributableFirmware = true; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. @@ -86,7 +86,10 @@ libva-utils libcec flirc + + kdePackages.kdeconnect-kde + ]; services.openssh.enable = true; services.tailscale.enable = true; @@ -109,4 +112,4 @@ system.stateVersion = "25.11"; # Did you read the comment? -} +} \ No newline at end of file