This commit is contained in:
Frost-Phoenix 2024-03-27 18:26:16 +01:00
parent 351facd159
commit 3bab7dd16e
4 changed files with 32 additions and 33 deletions

View file

@ -10,5 +10,5 @@
};
};
home.packages = (with pkgs; [ nvtop-intel ]);
home.packages = (with pkgs; [ nvtopPackages.intel ]);
}