From 71ae275527f810699a4da42340bdb00f0abe8854 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 1 Aug 2023 14:32:16 +0800 Subject: [PATCH] add usbip --- modules/packages/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/packages/default.nix b/modules/packages/default.nix index f1c7982b..babc75cc 100644 --- a/modules/packages/default.nix +++ b/modules/packages/default.nix @@ -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 = {