index — dotfiles @ fe1167a2435505989128b01f93628bbc247811b3

my dotfiles

add nix to the system
Christian Krinitsin mail@krinitsin.com
Sat, 14 Jun 2025 10:54:18 +0200
commit

fe1167a2435505989128b01f93628bbc247811b3

parent

b1884b8a7161a5bb9801c5291bc5ce11e38befee

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
A nix/.config/nix/nix.conf

@@ -0,0 +1,1 @@

+experimental-features = nix-command flakes
M starship/.config/starship.tomlstarship/.config/starship.toml

@@ -65,6 +65,7 @@ format = '[[ $symbol ($version) ](fg:#a7c080 bg:#212736)]($style)'

[nix_shell] symbol = "" +heuristic = true format = '[ $symbol $name](fg:#a7c080 bg:#212736)' [time]