diff --git a/modules/system/common.nix b/modules/system/common.nix index 92a26aa..967e327 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -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; diff --git a/modules/system/desktop/plasma/default.nix b/modules/system/desktop/plasma/default.nix index 77c3ec9..261b54f 100644 --- a/modules/system/desktop/plasma/default.nix +++ b/modules/system/desktop/plasma/default.nix @@ -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 ]; }; }