fix eval warnings

This commit is contained in:
Schrottkatze 2025-03-20 17:27:45 +01:00
commit f71fed2884
No known key found for this signature in database
5 changed files with 4 additions and 26 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = [
pkgs.nvtop-amd
pkgs.nvtopPackages.amd
pkgs.radeontop
pkgs.rgp
];