change nvidia hybrid mode

This commit is contained in:
2024-09-02 14:35:12 +02:00
parent 6327a865b3
commit 076c892b4f
3 changed files with 21 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = [
pkgs.btop
];
programs.iotop.enable = true;
}