From 47389c08907f8692ede35ec9cb5dec61bbb24d1a Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 30 Nov 2021 00:17:03 -0500 Subject: [PATCH] Replace busybox with lspci and lsusb --- nki-home/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index ee5c378..eeac310 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -92,6 +92,7 @@ # Enable razer daemon hardware.openrazer.enable = true; hardware.openrazer.keyStatistics = true; + hardware.openrazer.verboseLogging = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.nki = { @@ -115,7 +116,8 @@ firefox ## System monitoring tools - busybox + usbutils + pciutils ## Security stuff qtkeychain