mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
flake update and wezterm ssh config
This commit is contained in:
parent
985b139a3b
commit
22ce600524
3 changed files with 29 additions and 19 deletions
10
home.nix
10
home.nix
|
@ -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 ..";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue