mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
flake update and added lazygit
This commit is contained in:
parent
b02dc5d2ed
commit
5c6caa88a9
2 changed files with 25 additions and 16 deletions
17
home.nix
17
home.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue