fix 25.11 deprecations
This commit is contained in:
parent
dd70b4ba81
commit
10cb42ba21
2 changed files with 26 additions and 9 deletions
|
|
@ -1,12 +1,20 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.difftastic = {
|
||||
enable = true;
|
||||
git.enable = true;
|
||||
options = {
|
||||
background = "dark";
|
||||
};
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
# TODO make configurable
|
||||
userEmail = "ringofstorms@gmail.com";
|
||||
userName = "RingOfStorms (Joshua Bell)";
|
||||
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
email = "ringofstorms@gmail.com";
|
||||
name = "RingOfStorms (Joshua Bell)";
|
||||
};
|
||||
core.pager = "bat";
|
||||
core.editor = "nano";
|
||||
|
||||
|
|
@ -17,11 +25,6 @@
|
|||
rerere.enabled = true;
|
||||
};
|
||||
|
||||
difftastic = {
|
||||
enable = true;
|
||||
background = "dark";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
# --------------
|
||||
# Intellij
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue