Compare commits
4 commits
af10b49f39
...
d8784d4da5
Author | SHA1 | Date | |
---|---|---|---|
d8784d4da5 | |||
115596f2a2 | |||
0419f1b25c | |||
705464fd6d |
3 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@ let
|
|||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
cryptsetup
|
||||
dnsutils
|
||||
kubectl
|
||||
pwgen
|
||||
whois
|
||||
|
|
|
@ -63,6 +63,11 @@ in {
|
|||
. <(direnv hook bash)
|
||||
. ${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
|
||||
. "$script"
|
||||
done
|
||||
|
|
|
@ -24,8 +24,10 @@ in {
|
|||
bbnagstamon
|
||||
cloudstation
|
||||
drone-cli
|
||||
govc
|
||||
unstable.google-cloud-sdk
|
||||
unstable.slack
|
||||
unstable.velero
|
||||
unstable.discord
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue