disable wb

This commit is contained in:
mjallen18
2024-10-03 14:19:23 -05:00
parent 61ab092530
commit 3d2365b2eb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
programs.btop = {
enable = true;
@@ -68,4 +69,6 @@
log_level = "WARNING";
};
};
environment.systemPackages = [ pkgs.rocm-smi ];
}