This commit is contained in:
parent
0367ebecae
commit
6c93b657c5
2 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue