add monocraft

This commit is contained in:
2026-04-02 14:38:42 +02:00
parent eb91bed587
commit 4d7d462e86
2 changed files with 5 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ opacity = 0.95
[font]
size = 16
normal = { family = "Monocraft", style = "Regular" }

View File

@@ -29,6 +29,10 @@
programs.zoxide.enable = true;
fonts.packages = with pkgs; [
monocraft
];
environment.sessionVariables.EDITOR = "hx";
}