Minor home-manager updates

This commit is contained in:
2026-07-26 19:47:31 +01:00
parent a647e92782
commit a2a97ed690
5 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ set -gx fish_greeting
function nix
if test "$argv[1]" = "develop"; and test (count $argv) -eq 1
command nix develop -c fish $argv[2..-1]
command nix develop -c fish
else if test "$argv[1]" = "shell"
env IN_NIX_SHELL=shell nix $argv -c fish
env IN_NIX_SHELL=shell NIXPKGS_ALLOW_UNFREE=1 nix $argv --impure -c fish
else
command nix $argv
end