9 lines
132 B
Nix
9 lines
132 B
Nix
{...}: {
|
|
programs.starship = {
|
|
enable = true;
|
|
};
|
|
home.file.".config/starship.toml" = {
|
|
source = "./pure.toml";
|
|
};
|
|
}
|