summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix/.config/nix/nix.conf1
-rwxr-xr-xstarship/.config/starship.toml1
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]