change nvidia hybrid mode
This commit is contained in:
13
modules/nixos/monitoring.nix
Normal file
13
modules/nixos/monitoring.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.btop
|
||||
];
|
||||
programs.iotop.enable = true;
|
||||
}
|
Reference in New Issue
Block a user