❄️ nix cleanups (missing packages / git alias)
This commit is contained in:
parent
c38664ec48
commit
1eaa772447
13
home.nix
13
home.nix
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user