add usbip

This commit is contained in:
陈浩南 2023-08-01 14:32:16 +08:00
parent 1aa4683545
commit 71ae275527

View File

@ -37,7 +37,6 @@ inputs:
ksh
# basic tools
beep dos2unix gnugrep pv tmux screen parallel tldr cowsay
inputs.config.boot.kernelPackages.cpupower
# lsxx
pciutils usbutils lshw util-linux lsof
# top
@ -64,7 +63,7 @@ inputs:
gcc go rustc clang-tools clang valgrind yarn
# office
todo-txt-cli pandoc pdfchain
];
] ++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ]);
};
programs =
{