{ lib, config, pkgs, ... }: let cfg = config.shell; in { imports = [ ./starship.nix ]; home.packages = [ pkgs.zoxide ]; }