feat: add pciutils

This commit is contained in:
514fpv 2024-01-02 16:22:47 +08:00
parent b03ac82888
commit 8ae36ad4cd
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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