WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 55a9462ad0 - Show all commits

View file

@ -47,5 +47,7 @@ source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh
{%@@ endif @@%}
{%@@ if distro_id != "termux" @@%}
# enable https://github.com/nvbn/thefuck
eval $(TF_SHELL=zsh thefuck --alias)
{%@@ endif @@%}

View file

@ -112,8 +112,10 @@ alias jcu='journalctl --user'
# switch to desktop mode
alias dock='swaymsg output eDP-1 disable'
{%@@ if distro_id != "termux" @@%}
# move to trash instead of remove
alias rm='trash'
{%@@ endif @@%}
# clean stuff
clean() {