mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +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]
|
# [cursor]
|
||||||
# color=eff1f5 dc8a78
|
# color=eff1f5 dc8a78
|
||||||
#
|
#
|
||||||
# [colors]
|
[colors]
|
||||||
# alpha=0.9
|
alpha=0.8
|
||||||
# foreground=4c4f69
|
# foreground=4c4f69
|
||||||
# background=eff1f5
|
# background=eff1f5
|
||||||
#
|
#
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue