update, added assets

This commit is contained in:
2026-03-29 02:39:10 +09:00
parent ad4a10ec09
commit b16a603ea1
21 changed files with 308 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
multiplier = 5;
};
font = {
size = 14;
size = 10;
normal = {
family = "0xProto Nerd Font Mono";
style = "Regular";
@@ -25,6 +25,9 @@
window = {
opacity = 0.8;
};
terminal = {
shell = "${pkgs.zsh}/bin/zsh";
};
};
};
}