From bec3d60dace2a4dd62b92920c6ffa02ecc536842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 23 May 2021 13:24:15 +0100 Subject: [PATCH] add usbutils --- nixos/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index b521ded5..89e2738c 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -39,7 +39,7 @@ in environment.enableDebugInfo = true; environment.systemPackages = with pkgs; [ - wget git gnupg curl tmux htop atop home-manager pciutils powertop fd dnsutils + wget git gnupg curl tmux htop atop home-manager pciutils powertop fd dnsutils usbutils ]; i18n.defaultLocale = "en_GB.UTF-8";