WIP: Switch to NixOS #5

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

View file

@ -22,7 +22,7 @@ _fzf_compgen_path() {
} }
# Modern replacements for cat and ls # Modern replacements for cat and ls
alias cat='bat' alias cat='bat --paging=never'
alias ls='exa' alias ls='exa'
{%@@ if profile != "mko-laptop" @@%} {%@@ if profile != "mko-laptop" @@%}