Compare commits

..

No commits in common. "d8784d4da52d532fdd8a1fabe8d4eaa4d7dcb470" and "af10b49f39133efb4941c313638769581fe2cf1c" have entirely different histories.

3 changed files with 0 additions and 8 deletions

View file

@ -5,7 +5,6 @@ let
in { in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cryptsetup cryptsetup
dnsutils
kubectl kubectl
pwgen pwgen
whois whois

View file

@ -63,11 +63,6 @@ in {
. <(direnv hook bash) . <(direnv hook bash)
. ${pkgs.bash-completion}/etc/profile.d/bash_completion.sh . ${pkgs.bash-completion}/etc/profile.d/bash_completion.sh
alias cat="bat -pp"
alias less="bat -p"
alias ls="ls --color=auto"
alias vim="nvim"
for script in "$HOME"/dotfiles/bashrc/*.sh; do for script in "$HOME"/dotfiles/bashrc/*.sh; do
. "$script" . "$script"
done done

View file

@ -24,10 +24,8 @@ in {
bbnagstamon bbnagstamon
cloudstation cloudstation
drone-cli drone-cli
govc
unstable.google-cloud-sdk unstable.google-cloud-sdk
unstable.slack unstable.slack
unstable.velero unstable.velero
unstable.discord
]; ];
} }