wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 23:07:37 +01:00
parent 4f598fc382
commit e6b6016ba7
7 changed files with 77 additions and 51 deletions

View file

@ -7,7 +7,7 @@
main = {
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
layer = "overlay";
font = "VictorMono Nerd Font:weight=400:size=15";
font = "VictorMono Nerd Font:weight=300:size=15";
use-bold = true;
icon-theme = "Reversal-dark";
width = 85;
@ -19,7 +19,7 @@
image-size-ratio = 1;
};
colors = {
background = "0f0b15ff";
background = "0f0b15f5";
text = "ffffffff";
message = "bf8a9fff";
prompt = "807c9fff";