update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2025-11-16 12:01:10 +10:00
parent c42276bd92
commit 068ecff047
2 changed files with 3 additions and 1 deletions

View file

@ -45,7 +45,8 @@
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
alias vim='nvim'
nrun() { nix shell nixpkgs#$1 -c "''${@:2}" ; }
nrun() { nix run nixpkgs#$1 -- "''${@:2}" ; }
nrunc() { nix shell nixpkgs#$1 -c "''${@:2}" ; }
'';
};
home.stateVersion = "25.05";