diff options
author | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
commit | d00fb4f7d19de1cc40ccc5846667b8ee27669ba0 (patch) | |
tree | bbf09c1020a8b5c8388331841ff1502a98f7832d /nixos | |
parent | ce17f1325e44dea614a5f3be082b014eaf01d1c9 (diff) | |
download | nixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.tar.gz nixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.zip |
home/base: use cherry font
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 24da6c9..ff4fc95 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -45,7 +45,7 @@ i18n.defaultLocale = "en_US.UTF-8"; - console.font = "Cozette-13"; + console.font = "cherry-13"; console.colors = [ "222329" "b17f81" @@ -106,10 +106,11 @@ fonts = with pkgs; [ bitmap-font-collections - ctrld-font cozette + dina-font envypn-font iosevka-pure-bin + readable-cherry sarasa-gothic scientifica siji @@ -136,8 +137,8 @@ ]; monospace = [ - "CtrlD" - "scientifica" + "cherry" + "Dina" "Iosevka Pure" "Iosevka Nerd Font" "JetBrainsMono Nerd Font" |