summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-14 10:54:18 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-14 10:54:18 +0200
commitfe1167a2435505989128b01f93628bbc247811b3 (patch)
tree0714d6a4f35307f6fb41ca2e053df9cf0c16a1e6
parentb1884b8a7161a5bb9801c5291bc5ce11e38befee (diff)
downloaddotfiles-fe1167a2435505989128b01f93628bbc247811b3.tar.gz
dotfiles-fe1167a2435505989128b01f93628bbc247811b3.zip
add nix to the system
-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]