faucet(util): add pciutils

This commit is contained in:
514fpv 2024-01-02 16:22:47 +08:00
parent 06ca216223
commit 76da10f369
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -9,5 +9,9 @@ in {
config = {
programs.zsh.enable = true;
environment.shells = singleton pkgs.zsh;
environment.systemPackages = with pkgs; [
pciutils
];
};
}