flake update and wezterm ssh config

This commit is contained in:
Salar Rahmanian 2023-04-08 16:32:46 -07:00
parent 985b139a3b
commit 22ce600524
3 changed files with 29 additions and 19 deletions

View file

@ -42,7 +42,6 @@
gitAndTools.diff-so-fancy
ghc
ghcid
glow
gnupg
go
graphviz
@ -51,12 +50,11 @@
luajit
luajitPackages.luarocks
luajitPackages.luasocket
lorri
marksman
maven
multimarkdown
mypy
# ncdu
ncdu
neofetch
neovim
niv
@ -104,6 +102,10 @@
enable = true;
};
programs.btop = {
enable = true;
};
programs.direnv = {
enable = true;
nix-direnv.enable = true;
@ -272,7 +274,7 @@
shellAliases = {
addsshmac="ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain";
cat="bat";
# du="ncdu --color dark -rr -x";
du="ncdu --color dark -rr -x";
fzfp="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
ping="prettyping";
".." = "cd ..";