12 lines
154 B
Nix
12 lines
154 B
Nix
{pkgs, ...}:
|
|
|
|
{
|
|
hardware.graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
environment = {
|
|
systemPackages = [ pkgs.btop-rocm ];
|
|
};
|
|
}
|