flake update and added lazygit

This commit is contained in:
Salar Rahmanian 2024-01-23 20:31:55 -08:00
parent b02dc5d2ed
commit 5c6caa88a9
2 changed files with 25 additions and 16 deletions

View file

@ -107,9 +107,9 @@
enable = true;
};
programs.btop = {
enable = true;
};
# programs.btop = {
# enable = true;
# };
programs.darcs = {
enable = true;
@ -152,6 +152,11 @@
settings = {
editor = "nvim";
git_protocol = "ssh";
prompt = "enabled";
aliases = {
co = "pr checkout";
pv = "pr view";
};
};
};
@ -181,7 +186,7 @@
programs.kitty = {
enable = true;
theme = "Tokyo Night";
font = {
font = {
name = "SF Mono";
size = 16;
};
@ -194,6 +199,10 @@
};
};
programs.lazygit = {
enable = true;
};
programs.starship = {
enable = true;
settings = {