diff options
| -rw-r--r-- | nix/.config/nix/nix.conf | 1 | ||||
| -rwxr-xr-x | starship/.config/starship.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nix/.config/nix/nix.conf b/nix/.config/nix/nix.conf new file mode 100644 index 0000000..c7d7291 --- /dev/null +++ b/nix/.config/nix/nix.conf @@ -0,0 +1 @@ +experimental-features = nix-command flakes diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 1d0e140..fda4dac 100755 --- a/starship/.config/starship.toml +++ b/starship/.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] |