Add nixarr config, move starship to desktop config

This commit is contained in:
2025-10-19 17:47:39 -04:00
parent de3251d74d
commit 920f04128c
4 changed files with 38 additions and 24 deletions

View File

@@ -175,30 +175,6 @@
'';
};
programs.starship = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
settings = {
line_break = {
disabled = true;
};
username = {
style_user = "bold blue";
format = "[$user]($style)@";
show_always = true;
};
hostname = {
style = "bold cyan";
format = "[$ssh_symbol$hostname]($style) ";
ssh_only = false;
};
directory = {
style = "bold green";
};
};
};
programs.yazi = {
enable = true;
enableBashIntegration = true;