Adds zellij and pyserial

This commit is contained in:
Bailey 2023-08-16 11:46:02 -04:00
parent bd3c3ff221
commit 53e192d9c6

View file

@ -6,7 +6,7 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [
tmux minicom tio lrzsz
zellij tmux minicom tio lrzsz python3Packages.pyserial
];
programs.fish.enable = true;