index
:
dotfiles
main
Nix-managed dotfiles — macOS (nix-darwin), NixOS, and standalone home-manager.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home
/
starship.nix
blob: 4f3cb6180d3a3bb38b1a1793418ecbf8fab291c1 (
plain
)
1
2
3
4
5
6
7
{
...
}:
{
programs
.
starship
=
{
enable
=
true
;
};
}