add gpu monitor alias

This commit is contained in:
Kopatz
2025-02-24 14:21:20 +01:00
parent 5e1b28c7d7
commit e7ef3da87f

View File

@@ -37,6 +37,7 @@
cpu_schedutil = cpu_schedutil =
"echo schedutil | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor"; "echo schedutil | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor";
cpu_freq = ''watch -n 1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""''; cpu_freq = ''watch -n 1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""'';
gpu_monitor = "nvidia-smi dmon -s puct";
}; };
#plugins = with pkgs; [ #plugins = with pkgs; [
# { # {