fix(btop): enable rocmSupport for AMD GPU monitoring
Fixes btop not displaying GPU information by compiling it with rocm support enabled.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.btop.override { rocmSupport = true; };
|
||||||
settings = {
|
settings = {
|
||||||
vim_keys = true;
|
vim_keys = true;
|
||||||
color_theme = "TTY";
|
color_theme = "TTY";
|
||||||
|
|||||||
Reference in New Issue
Block a user