diff --git a/modules/system.nix b/modules/system.nix index 6eab8ba..8d98de8 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -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’.