fix: remove irrelevant config

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

View file

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