mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
colors and some more aliases
This commit is contained in:
parent
061bab9afd
commit
bb0865c9d6
2 changed files with 7 additions and 2 deletions
|
@ -133,8 +133,8 @@ urgent=yes
|
|||
# [cursor]
|
||||
# color=eff1f5 dc8a78
|
||||
#
|
||||
# [colors]
|
||||
# alpha=0.9
|
||||
[colors]
|
||||
alpha=0.8
|
||||
# foreground=4c4f69
|
||||
# background=eff1f5
|
||||
#
|
||||
|
|
|
@ -262,6 +262,9 @@
|
|||
gtk.enable = true;
|
||||
fzf.enable = true;
|
||||
swaylock.enable = true;
|
||||
foot.enable = true;
|
||||
qutebrowser.enable = true;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.shell.enableZshIntegration = true;
|
||||
|
@ -308,6 +311,8 @@
|
|||
lg = "lazygit";
|
||||
gpl = "git pull";
|
||||
gpsh = "git push";
|
||||
flake = "nix flake";
|
||||
develop = "nix develop";
|
||||
};
|
||||
|
||||
history.size = 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue