lets restart

This commit is contained in:
2026-06-21 19:56:33 -05:00
parent d969daa52d
commit 6114900057
15 changed files with 0 additions and 407 deletions
-17
View File
@@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
programs.starship = {
enable = true;
settings = {
add_newline = true;
command_timeout = 1300;
scan_timeout = 50;
format = "$all$nix_shell$nodejs$lua$golang$rust$php$git_branch$git_commit$git_state$git_status\n$username$hostname$directory";
character = {
success_symbol = "[](bold green) ";
error_symbol = "[](bold red) ";
};
};
};
}