This commit is contained in:
unexplrd
2025-02-15 15:25:18 +02:00
parent 4204c45f31
commit f25e2f62ff
4 changed files with 46 additions and 26 deletions

View File

@ -19,7 +19,7 @@
name = "GoogleDot-Blue";
size = 24;
};
image = ../../wallpapers/wallhaven-zylmoo.jpg;
image = ../../wallpapers/wallhaven-9djzww.jpg;
opacity.terminal = 0.9;
fonts = {
sizes = {

View File

@ -48,6 +48,7 @@
fend # calc in rust
tree # tree util
rbw # bitwarden cli in rust
pinentry-qt # pinentry for rbw
zip # zip util
vial # qmk keyboard configuring app
unzip # unzip util

View File

@ -8,11 +8,25 @@
programs = {
bat.enable = true;
btop = {
enable = true;
settings.update_ms = 200;
};
eza.enable = true;
fd.enable = true;
fzf.enable = true;
btop.enable = true;
yazi.enable = true;
gitui.enable = true;
git = {
enable = true;
delta.enable = true;
signing.format = "ssh";
aliases = {
cl = "clone";
co = "checkout";
pom = "push origin main";
};
};
ripgrep.enable = true;
};
terminal = {