From 3b276530b697f750121b585169e90ca3d476fb0f Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 19 Sep 2024 17:28:07 +0200 Subject: change webtray input to stable --- hosts/workstation/default.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'hosts/workstation/default.nix') diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index ae730ae..45fac27 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./hardware.nix @@ -67,5 +67,17 @@ keyname = "n8"; }; + hardware.opengl = { + enable = true; + driSupport = true; + driSupport32Bit = true; + extraPackages = with pkgs; [ + amdvlk + rocmPackages.clr.icd + ]; + }; + + environment.systemPackages = with pkgs; [ clinfo ]; + system.stateVersion = "24.05"; } -- cgit v1.2.3-70-g09d2