{ lib, config, pkgs, ... }: let starshipConfig = lib.importTOML ("./assets/system/conf/starship.toml"); in { programs.starship = { enable = true; settings = starshipConfig; }; }