7 lines
95 B
Nix
7 lines
95 B
Nix
{ config, pkgs, lib, ... }: {
|
|
fonts.packages = with pkgs; [
|
|
julia-mono
|
|
bqn386
|
|
];
|
|
}
|