mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add lazygit configuration
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./hyprland
|
./hyprland
|
||||||
|
./lazygit.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./swaync.nix
|
./swaync.nix
|
||||||
|
14
home-manager/modules/lazygit.nix
Normal file
14
home-manager/modules/lazygit.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
programs.lazygit = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
gui.showIcons = true;
|
||||||
|
gui.theme = {
|
||||||
|
lightTheme = false;
|
||||||
|
activeBorderColor = [ "green" "bold" ];
|
||||||
|
inactiveBorderColor = [ "grey" ];
|
||||||
|
selectedLineBgColor = [ "blue" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user