Add fonts

This commit is contained in:
universelaptop
2024-01-30 12:43:34 -05:00
parent 2dc4294190
commit 06b11be630

View File

@@ -43,6 +43,12 @@ in
};
};
fonts.fontDir.enable = true;
fonts.fonts = with pkgs; [
julia-mono
bqn386
];
environment.variables = {
EDITOR = "emacs";
};