Skip to content

Commit

Permalink
home: diffstatic defaulted
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed May 24, 2024
1 parent 17f7cf9 commit 01298e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homes/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@

# First we activate home-manager
programs.home-manager.enable = true;

adfaure.home-modules.vim-tmux-nav-conf.enable = true;

# Small git config (should I make a dedicated module?)
programs.git = {
enable = true;
difftastic.enable = true;
userName = "Adrien Faure";
userEmail = "[email protected]";
aliases = {
Expand Down Expand Up @@ -67,6 +70,8 @@
du-dust
# nice and fast doc
tldr
# better git diff
difftastic
];
};
}

0 comments on commit 01298e6

Please sign in to comment.