From bfd970a07c231b5781871c16cb4612eb4c6b8fd4 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 31 Aug 2025 16:21:34 +0200 Subject: imported system/home-manager config --- hosts/station/hardware.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/station/hardware.nix (limited to 'hosts/station/hardware.nix') diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix new file mode 100644 index 0000000..8f84745 --- /dev/null +++ b/hosts/station/hardware.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: +{ + hardware = { + graphics = { + enable = true; + extraPackages = with pkgs; [ + rocmPackages.clr + ]; + }; + }; +} -- cgit v1.2.3