mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
11 lines
162 B
Nix
11 lines
162 B
Nix
_: {
|
|
programs.starship = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
settings = {
|
|
time = {
|
|
disabled = false;
|
|
};
|
|
};
|
|
};
|
|
}
|