adriconf

adriconf 2.7.3

GUI tool used to configure open source graphics drivers

https://gitlab.freedesktop.org/mesa/adriconf/
GNU General Public License v3.0 or later
main program: adriconfprograms: adriconf
Platforms (24)
powerpc64le-linuxarmv6l-linuxriscv32-linuxriscv64-linuxaarch64-linuxx86_64-linuxmipsel-linuxloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adriconf
];
Ad-hoc shell
nix-shell -p adriconf
Flake (nix run)
nix run nixpkgs#adriconf