update
Some checks are pending
/ Check (push) Waiting to run

This commit is contained in:
alydev 2025-11-16 11:15:49 +10:00
parent 7f20f02dec
commit c42276bd92

View file

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