numtide / nixos-facter-modules

A series of NixOS modules to be used in conjunction with https://github.com/numtide/nixos-facter [maintainer=@numtide]
https://numtide.github.io/nixos-facter-modules/
MIT License
48 stars 5 forks source link

graphics: Introduce amd module #49

Closed britter closed 6 hours ago

britter commented 1 week ago

Introduces an AMD graphics specific module. For now this module only adds amdgpu video drivers to xserver.

britter commented 1 week ago

Tried this in with a local checkout wired into my configuration. My configuration builds and evaluating with the repl yields:

nix-repl> :p outputs.nixosConfigurations.pulse-14.config.services.xserver.videoDrivers
[ "amdgpu" ]