This website requires JavaScript.
Explore
Help
Sign In
nora
/
nixhome
Watch
1
Star
0
Fork
You've already forked nixhome
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
nixhome
/
starship.nix
8 lines
108 B
Nix
Raw
Permalink
Blame
History
{
config
,
pkgs
,
.
.
.
}:
{
programs
.
starship
=
{
enable
=
true
;
enableZshIntegration
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink