Add usefull tools to debug
This commit is contained in:
parent
1267791102
commit
4085792374
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
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
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
Loading…
Reference in a new issue