about summary refs log tree commit diff
path: root/home/profiles/fonts
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-09 21:44:28 +0900
committersefidel <contact@sefidel.net>2022-09-09 21:44:28 +0900
commit84f9cce0cc2f7cc933a24f46ac4c7be5e6330e36 (patch)
treebe2b33603f28a495d45e85d0a0138afc5e22e5a6 /home/profiles/fonts
parent390ddf448516447af081d1ebe8b2e2aff2555b7c (diff)
downloadnixrc-84f9cce0cc2f7cc933a24f46ac4c7be5e6330e36.tar.gz
nixrc-84f9cce0cc2f7cc933a24f46ac4c7be5e6330e36.zip
feat(home/o32): enable modules
Diffstat (limited to 'home/profiles/fonts')
-rw-r--r--home/profiles/fonts/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/profiles/fonts/default.nix b/home/profiles/fonts/default.nix
index 3e7e425..3f4edab 100644
--- a/home/profiles/fonts/default.nix
+++ b/home/profiles/fonts/default.nix
@@ -10,12 +10,9 @@ in
   config = lib.mkIf cfg.enable {
     home.packages = with pkgs; [
       dina-font
-      iosevka-pure-bin
-      readable-cherry
       sarasa-gothic
       #siji # TODO: bitmap font conflict
       jetbrains-mono
-      terminus-font-ll2-td1
       twemoji-color-font
       emacs-all-the-icons-fonts
       (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })