Skip to content

Commit

Permalink
feat: add lazygit
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Dec 13, 2024
1 parent 0cb2afa commit 649daa3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/konrad/common/modules/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
./glow.nix
./gpg.nix
./k9s.nix
./lazygit.nix
./neovim.nix
./nix-index.nix
./packages.nix
Expand Down
12 changes: 12 additions & 0 deletions home/konrad/common/modules/base/lazygit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
programs.lazygit = {
enable = true;
settings = {
gui = {
mouseEvents = false;
nerdFontsVersion = "3";
};
update.method = "never";
};
};
}

0 comments on commit 649daa3

Please sign in to comment.