Replace busybox with lspci and lsusb
This commit is contained in:
parent
5d7691fa01
commit
47389c0890
1 changed files with 3 additions and 1 deletions
|
@ -92,6 +92,7 @@
|
||||||
# Enable razer daemon
|
# Enable razer daemon
|
||||||
hardware.openrazer.enable = true;
|
hardware.openrazer.enable = true;
|
||||||
hardware.openrazer.keyStatistics = true;
|
hardware.openrazer.keyStatistics = true;
|
||||||
|
hardware.openrazer.verboseLogging = true;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.nki = {
|
users.users.nki = {
|
||||||
|
@ -115,7 +116,8 @@
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
## System monitoring tools
|
## System monitoring tools
|
||||||
busybox
|
usbutils
|
||||||
|
pciutils
|
||||||
|
|
||||||
## Security stuff
|
## Security stuff
|
||||||
qtkeychain
|
qtkeychain
|
||||||
|
|
Loading…
Add table
Reference in a new issue