infrastructure/lib/style.nix
2021-04-30 01:25:33 +01:00

11 lines
180 B
Nix

{ pkgs }:
rec {
base16 = mapAttrs (_: toString) pkgs.base16.shell.shell256;
font = {
name = "FantasqueSansMono Nerd Font";
size = "10";
size_css = "14px";
};
}