add yubikey params
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
tesseract
|
||||
syncthing
|
||||
todo
|
||||
pass
|
||||
# yubikey-manager-qt
|
||||
];
|
||||
|
||||
services.syncthing = { enable = true; };
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
tree = "eza --tree";
|
||||
kk = "sudo kill -9";
|
||||
grepps = "ps -A | grep";
|
||||
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
|
||||
|
||||
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user