❄️ 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; [ home.packages = with pkgs; [
aws
cmake cmake
direnv direnv
docker docker
@ -21,17 +22,15 @@
fd fd
git git
gitAndTools.gh gitAndTools.gh
google-cloud-sdk
htop htop
jq jq
mr mr
niv
pinentry pinentry
ripgrep ripgrep
sqlite sqlite
wakatime wakatime
((emacsPackagesNgGen emacs).emacsWithPackages (epkgs: [
epkgs.vterm
]))
]; ];
programs = { programs = {
@ -48,6 +47,7 @@
"direnv" "direnv"
"docker" "docker"
"docker-compose" "docker-compose"
"gcloud"
"git" "git"
"ssh-agent" "ssh-agent"
"tmux" "tmux"
@ -74,6 +74,9 @@
ssh_only = false; ssh_only = false;
format = "[$hostname]($style):"; format = "[$hostname]($style):";
}; };
gcloud = {
disabled = true;
};
kubernetes = { kubernetes = {
disabled = false; disabled = false;
}; };
@ -89,7 +92,7 @@
userEmail = "walkah@walkah.net"; userEmail = "walkah@walkah.net";
aliases = { aliases = {
lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit "; lg = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
st = "status -s"; st = "status -s";
}; };