faucet(util): remove irrelevant config

This commit is contained in:
514fpv 2024-01-04 12:19:17 +08:00
parent f4367119d3
commit db0dcd6012
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -9,9 +9,5 @@ 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
];
}; };
} }