This commit is contained in:
2025-08-04 15:32:54 +02:00
parent 6e381f0b99
commit 3ae535f1b1
7 changed files with 103 additions and 114 deletions

View File

@@ -1,7 +1,8 @@
$env.PATH = [
($env.HOME | path join ".local" "bin"),
($env.HOME | path join ".scripts"),
"/opt/homebrew/bin"
"/run/current-system/sw/bin",
"/nix/var/nix/profiles/default/bin"
] ++ $env.PATH
$env.EDITOR = "nvim"