Add usbutils and pciutils
All checks were successful
check / check (push) Successful in 27s

This commit is contained in:
Florian RICHER 2024-06-07 19:53:53 +02:00
parent 0367ebecae
commit 6c93b657c5
2 changed files with 9 additions and 7 deletions

View file

@ -26,6 +26,15 @@
environment.systemPackages = with pkgs; [
vim
nixd
# Usefull for automatic informations collect software like KDE
vulkan-tools # For vulkaninfo command
wayland-utils # For wayland-info command
glxinfo
clinfo
aha
usbutils
pciutils
];
services.fwupd.enable = true;

View file

@ -26,13 +26,6 @@ in
environment.systemPackages = with pkgs; with kdePackages; [
krfb # Use by kdeconnect for virtualmonitorplugin "krfb-virtualmonitor"
discover
# Usefull for automatic informations collect software like KDE
vulkan-tools # For vulkaninfo command
wayland-utils # For wayland-info command
glxinfo
clinfo
aha
];
};
}