WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 5 additions and 9 deletions
Showing only changes of commit e3e9848d0e - Show all commits

View file

@ -30,15 +30,6 @@ prompt = false
[mergetool "nvim"] [mergetool "nvim"]
cmd = nvim +DiffviewOpen cmd = nvim +DiffviewOpen
[diff]
tool = nvim
[difftool]
prompt = false
[difftool "nvim"]
cmd = nvim +DiffviewOpen
[pull] [pull]
rebase = merges rebase = merges

View file

@ -10,6 +10,11 @@ alias gs='git status'
alias gpull='git pull' alias gpull='git pull'
alias gpush='git push' alias gpush='git push'
# Open nvim with diffview
# Handy plugin for viewing git diffs
# and handling merges
alias diffview='nvim +DiffviewOpen'
# Rename grc alias from forgit since it # Rename grc alias from forgit since it
# collides with the grc colorizer # collides with the grc colorizer
forgit_revert_commit=fgrc forgit_revert_commit=fgrc