❄️ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

「✨」 feat(Starship): Changed git status

+1 -2
+1 -2
home/adjoly/programs/shell/starship.nix
··· 23 23 style = "bold green"; 24 24 }; 25 25 git_status = { 26 - format = "([$all_status$ahead_behind](bold red)) "; 26 + format = "([$all_status$ahead_behind ]($style))"; 27 27 staged = "•"; 28 28 modified = "~"; 29 29 untracked = "+"; 30 - up_to_date = "(bold green)"; 31 30 }; 32 31 }; 33 32 };