Started customizing starhsip prompt

This commit is contained in:
alejandro-angulo 2024-09-17 21:09:53 -07:00
parent 078ff04607
commit b81255cbf3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -43,6 +43,15 @@ in {
programs.starship = { programs.starship = {
enable = true; enable = true;
catppuccin.enable = true; catppuccin.enable = true;
settings = {
format = ''
$all$fill$time$line_break$character
'';
os.disabled = false;
status.disabled = false;
time.disabled = false;
};
}; };
}; };
} }