WIP: Switch to NixOS #5

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

View file

@ -19,6 +19,12 @@ setopt HIST_REDUCE_BLANKS
setopt INC_APPEND_HISTORY_TIME setopt INC_APPEND_HISTORY_TIME
setopt EXTENDED_HISTORY setopt EXTENDED_HISTORY
# Enable completions for aliases
setopt complete_aliases
# Use exa completions for ls
compdef ls='exa'
# Variable to pass to sdotdrop to get current user # Variable to pass to sdotdrop to get current user
export USRNAME=$USER export USRNAME=$USER