Compare commits

..

No commits in common. "17838d5715afe82d88cac15276064a450cda055b" and "f03c408d70061486f074b53b89cc8da4b243d5bc" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,6 @@ in {
alias cat="bat -pp"
alias docker="sudo -g docker docker"
alias docker-compose="sudo -g docker docker-compose"
alias less="bat -p"
alias ls="ls --color=auto"
alias vim="nvim"

View file

@ -5,7 +5,7 @@ in {
environment.systemPackages = with pkgs; [
gnumake
go_1_17
go
rustup
shellcheck
unstable.golangci-lint