From 4085792374418fc199f208298a0b5d9bd0647537 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 1 May 2024 00:57:15 +0200 Subject: [PATCH] Add usefull tools to debug --- modules/system.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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’.