starting system package explosion

This commit is contained in:
2025-08-31 13:05:46 -06:00
parent 576a13ea8f
commit 23e168431d
9 changed files with 185 additions and 26 deletions

View File

@@ -8,7 +8,24 @@
dracula_trans = ./dracula_trans.toml;
};
settings = {
theme = "dracula_trans";
theme = "everforest_dark_trans";
editor = {
mouse = true;
middle-click-paste = true;
whitespace = {
render = {
space = "all";
tab = "all";
newline = "none";
};
characters = {
space = "·";
nbsp = "";
tab = "";
newline = "";
};
};
};
};
};