WIP: Switch to NixOS #5

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

View file

@ -48,8 +48,4 @@ source /usr/share/fzf/completion.zsh
{%@@ endif @@%}
# enable https://github.com/nvbn/thefuck
{%@@ if distro_id == "termux" @@%}
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ else @@%}
eval $(thefuck --alias)
{%@@ endif @@%}