build: delta has been moved from programs.git.delta to programs.delta
This commit is contained in:
parent
8f4041dd68
commit
79144c44e5
2 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
# keep-sorted start
|
||||
"agenix"
|
||||
"bat"
|
||||
"delta"
|
||||
"direnv"
|
||||
"eza"
|
||||
"fish"
|
||||
|
|
|
|||
6
modules/home-manager/features/delta.nix
Normal file
6
modules/home-manager/features/delta.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
options.theme = "Dracula";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue