faucet(util): add pciutils
This commit is contained in:
parent
06ca216223
commit
76da10f369
1 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,9 @@ in {
|
||||||
config = {
|
config = {
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
environment.shells = singleton pkgs.zsh;
|
environment.shells = singleton pkgs.zsh;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pciutils
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue