aboutsummaryrefslogtreecommitdiff
path: root/hosts/station/hardware.nix
blob: 3360a060df4e5abe4373a0b994ddb5e465be7400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ config, pkgs, ... }:
{
  hardware = {
    graphics = {
      enable = true;
      extraPackages = with pkgs; [
        rocmPackages.clr
      ];
    };
    
    bluetooth = {
      enable = true;
    };
  };
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.