Add intel monitoring tools

This commit is contained in:
2026-02-19 18:59:21 +01:00
parent 6d39b13483
commit 21a403c3f4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
result

View File

@@ -8,5 +8,7 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
btop btop
nvtopPackages.intel
intel-gpu-tools
]; ];
} }