add lazygit
This commit is contained in:
parent
3cf0a21d2b
commit
88b2559884
1 changed files with 17 additions and 3 deletions
|
@ -51,6 +51,13 @@
|
|||
programs.direnv.enable = true;
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
gui.theme.lightTheme = false;
|
||||
};
|
||||
};
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
services.gpg-agent = {
|
||||
|
@ -61,8 +68,15 @@
|
|||
pinentryPackage = pkgs.pinentry-rofi;
|
||||
};
|
||||
|
||||
catppuccin.delta = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
catppuccin = {
|
||||
delta = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
};
|
||||
lazygit = {
|
||||
enable = true;
|
||||
flavor = "mocha";
|
||||
accent = "pink";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue