mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 21:05:04 +02:00
minimal: Adapt to delta change
This commit is contained in:
parent
5bbe4a9327
commit
882b0a1fef
1 changed files with 11 additions and 9 deletions
|
|
@ -117,19 +117,21 @@
|
|||
};
|
||||
programs.zoxide.enable = true;
|
||||
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
options = {
|
||||
line-numbers = true;
|
||||
syntax-theme = "Dracula";
|
||||
plus-style = "auto \"#121bce\"";
|
||||
plus-emph-style = "auto \"#6083eb\"";
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
lfs.enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
line-numbers = true;
|
||||
syntax-theme = "Dracula";
|
||||
plus-style = "auto \"#121bce\"";
|
||||
plus-emph-style = "auto \"#6083eb\"";
|
||||
};
|
||||
};
|
||||
|
||||
excludes = ''
|
||||
.cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue