update to 24.05

This commit is contained in:
Vinzenz Schroeter 2024-06-21 17:13:58 +02:00
parent d355e877cd
commit 246eca567a
8 changed files with 13 additions and 12 deletions

View file

@ -32,7 +32,7 @@ in {
};
environment.systemPackages = with pkgs; [
nvtop-amd
nvtopPackages.amd
];
})

View file

@ -33,7 +33,7 @@ in {
];
};
environment.systemPackages = with pkgs; [
nvtop-intel
nvtopPackages.intel
];
})
];