aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/starship.nix
blob: 05a70f3ead4a399f1d68a07d066733a64dd6e19a (plain)
1
2
3
4
5
{ ... }:

{
  home.file.".config/starship.toml".source = ../../starship/.config/starship.toml;
}