north 28
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
{ pkgs, lib, user, rice, ... }:
|
||||
lib.mkIf (user != "tv")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
@@ -50,4 +50,20 @@ lib.mkIf (user != "tv")
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
windowSize = "normal";
|
||||
gui.theme = with rice.color; {
|
||||
lightTheme = false;
|
||||
activeBorderColor = [ border "bold"];
|
||||
inactiveBorderColor = [ black.bright ];
|
||||
optionsTextColor = [ blue.base ];
|
||||
selectedLineBgColor = [ foreground ];
|
||||
selectedRangeByColor = [ magenta.bright ];
|
||||
showRandomTip = true;
|
||||
animateExplosion = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user