WIP: Switch to NixOS #5

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

View file

@ -1,3 +1,8 @@
# Fix sudo and doas not expanding aliases
# see: https://unix.stackexchange.com/questions/148545/why-does-sudo-ignore-aliases
alias sudo='sudo '
alias doas='doas '
# git shorthands
alias gc='git commit'
alias gac='ga && gc'