Update to silence nixpkgs deprecation warnings
This commit is contained in:
parent
ad82b2f136
commit
07cfcb7b4b
4 changed files with 21 additions and 12 deletions
|
|
@ -3,18 +3,23 @@
|
|||
let
|
||||
in
|
||||
{
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
side-by-side = true;
|
||||
line-numbers = true;
|
||||
};
|
||||
enableGitIntegration = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Haak Saxberg";
|
||||
userEmail = "haak.erling@gmail.com";
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
side-by-side = true;
|
||||
line-numbers = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "Haak Saxberg";
|
||||
email = "haak.erling@gmail.com";
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
|
||||
rebase = {
|
||||
updateRefs = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue