colors and some more aliases

This commit is contained in:
chloe 2025-07-23 10:30:55 +02:00
parent 061bab9afd
commit bb0865c9d6
2 changed files with 7 additions and 2 deletions

View file

@ -133,8 +133,8 @@ urgent=yes
# [cursor] # [cursor]
# color=eff1f5 dc8a78 # color=eff1f5 dc8a78
# #
# [colors] [colors]
# alpha=0.9 alpha=0.8
# foreground=4c4f69 # foreground=4c4f69
# background=eff1f5 # background=eff1f5
# #

View file

@ -262,6 +262,9 @@
gtk.enable = true; gtk.enable = true;
fzf.enable = true; fzf.enable = true;
swaylock.enable = true; swaylock.enable = true;
foot.enable = true;
qutebrowser.enable = true;
enable = true;
}; };
home.shell.enableZshIntegration = true; home.shell.enableZshIntegration = true;
@ -308,6 +311,8 @@
lg = "lazygit"; lg = "lazygit";
gpl = "git pull"; gpl = "git pull";
gpsh = "git push"; gpsh = "git push";
flake = "nix flake";
develop = "nix develop";
}; };
history.size = 10000; history.size = 10000;