mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
11 lines
209 B
Nix
11 lines
209 B
Nix
rec {
|
|
font = {
|
|
mono = "Iosevka Fixed";
|
|
sans = "Iosevka Sparkle";
|
|
serif = "Iosevka Etoile";
|
|
icons = "Material Design Icons";
|
|
size = 12;
|
|
};
|
|
color = import ./colorschemes/dracula.nix;
|
|
}
|