aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 07:47:34 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-21 07:47:34 -0800
commitcc753de3f996da0fb629521133abfdde14ade579 (patch)
tree9285ecf4ef6227006edb45739d6566d85c858aeb /modules
parentfeat(templates/rust): add configuration for drone CI (diff)
downloadinfra-cc753de3f996da0fb629521133abfdde14ade579.tar.gz
ref(fonts): switch back to source code pro
I find Source Code Pro to be more readable than iosevka.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/fonts/default.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/system/fonts/default.nix b/modules/system/fonts/default.nix
index acef713..d4cd077 100644
--- a/modules/system/fonts/default.nix
+++ b/modules/system/fonts/default.nix
@@ -1,10 +1,6 @@
{ pkgs, config, lib, ... }:
let
cfg = config.my.systems.fonts;
- iosevka-aile = pkgs.iosevka-bin.override { variant = "aile"; };
- iosevka-curly = pkgs.iosevka-bin.override { variant = "curly"; };
- iosevka-etoile = pkgs.iosevka-bin.override { variant = "etoile"; };
- iosevka-slab = pkgs.iosevka-bin.override { variant = "slab"; };
in
{
options.my.systems.fonts = with lib; {
@@ -17,16 +13,8 @@ in
fontDir.enable = true;
fontconfig.enable = true;
fonts = with pkgs; [
- cascadia-code
dejavu_fonts
- fira-code
font-awesome_5
- iosevka
- iosevka-aile
- iosevka-bin
- iosevka-curly
- iosevka-etoile
- iosevka-slab
noto-fonts
noto-fonts-cjk # Chinese, Japanese, Korean
noto-fonts-emoji