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 {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
dnsutils
|
||||||
kubectl
|
kubectl
|
||||||
pwgen
|
pwgen
|
||||||
whois
|
whois
|
||||||
|
|
|
@ -63,6 +63,11 @@ 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
|
||||||
|
|
|
@ -24,8 +24,10 @@ 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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue