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