❄️ nix cleanups (missing packages / git alias)

This commit is contained in:
James Walker 2020-11-27 14:34:02 -05:00
parent c38664ec48
commit 1eaa772447
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -14,6 +14,7 @@
];
home.packages = with pkgs; [
aws
cmake
direnv
docker
@ -21,17 +22,15 @@
fd
git
gitAndTools.gh
google-cloud-sdk
htop
jq
mr
niv
pinentry
ripgrep
sqlite
wakatime
((emacsPackagesNgGen emacs).emacsWithPackages (epkgs: [
epkgs.vterm
]))
];
programs = {
@ -48,6 +47,7 @@
"direnv"
"docker"
"docker-compose"
"gcloud"
"git"
"ssh-agent"
"tmux"
@ -74,6 +74,9 @@
ssh_only = false;
format = "[$hostname]($style):";
};
gcloud = {
disabled = true;
};
kubernetes = {
disabled = false;
};