Updated lockfile
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
parent
9e9e4c5fd6
commit
0f2ac2be9d
10 changed files with 297 additions and 110 deletions
|
@ -33,10 +33,10 @@ in {
|
|||
"gco" = "${pkgs.git}/bin/git checkout $(${pkgs.git}/bin/git branch | ${pkgs.fzf}/bin/fzf)";
|
||||
};
|
||||
|
||||
catppuccin.delta.enable = true;
|
||||
programs.git = {
|
||||
delta = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
options = {
|
||||
line-numbers = true;
|
||||
navigate = true;
|
||||
|
@ -93,9 +93,9 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
catppuccin.lazygit.enable = true;
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
settings = {
|
||||
quitOnTopLevelReturn = true;
|
||||
gui.nerdFontsVersion = "3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue