WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 3a6725ae09 - Show all commits

View file

@ -43,6 +43,10 @@ pr() {
}
{%@@ endif @@%}
{%@@ if os == "termux" @@%}
alias okc-gpg='gpg'
{%@@ endif @@%}
# find and open man pages with fzf
fman() {
man -k . | fzf --prompt='Man> ' | awk '{print $1}' | xargs -r man