{ pkgs, ... }: { environment.systemPackages = with pkgs; [ tree pkgs.libsixel fd fzf eza stow util-linux nftables pkgs.rsync cryptsetup yt-dlp caligula fetch ]; # Cross-shell prompt; its config lives in the dotfiles repo, not NixOS. programs.starship.enable = true; }