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 ];
}

View File

@@ -20,7 +20,7 @@
modules-right = [
"tray"
"custom/updates"
# "custom/updates"
"custom/lights"
"temperature"
"temperature#gpu"
@@ -346,7 +346,7 @@
background-color: @nord0;
padding: 0.5rem 1rem;
margin: 5px 0;
border-radius: 0;
border-radius: 1rem 0rem 0rem 1rem;
}
/* ------------- */