feature(graphics): add amdgpu_top to the default pkgs
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# enable GPU acceleration (mesa, vulkan, egl)
|
||||
# enable amd GPU acceleration (mesa, vulkan, egl)
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
amdgpu_top
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user