Fix new package names

This commit is contained in:
Greg Hellings
2025-11-08 16:11:37 -06:00
parent 2439bdf588
commit 2ad5b32565
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -31,9 +31,9 @@ in
environment.systemPackages = with pkgs; [
clinfo
glxinfo
jellyfin-ffmpeg
libva-utils
mesa-demos
nfs-utils
radeontop
vulkan-tools
+1 -4
View File
@@ -10,9 +10,6 @@
...
}:
let
passthru = [ ];
in
{
imports = [
# Include the results of the hardware scan.
@@ -39,7 +36,7 @@ in
curl
gawk
git
glxinfo
mesa-demos
unzip
wget
];