mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
11 lines
180 B
Nix
11 lines
180 B
Nix
{ pkgs }:
|
|
|
|
rec {
|
|
base16 = mapAttrs (_: toString) pkgs.base16.shell.shell256;
|
|
|
|
font = {
|
|
name = "FantasqueSansMono Nerd Font";
|
|
size = "10";
|
|
size_css = "14px";
|
|
};
|
|
}
|