about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-11-08 08:43:41 +0000
committerdevhell <devhell@mailfresser.de>2019-11-08 08:44:12 +0000
commitb72a6d4ae581964f653cc951f53b0caf9a6e1a69 (patch)
treeb527907167db0ce5145f21b5ab50f5f702338e5d
parenta320557cd5bcd2b2edc1f3e6f3648609d29b5cf6 (diff)
profiles/base: Add junicode and reactivate vista fonts
-rw-r--r--modules/user/devhell/profiles/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index c2868772..f3866c6d 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -95,7 +95,6 @@ in {
       enableGhostscriptFonts = true;
       enableCoreFonts = true;
       fonts = with pkgs; [
-        #vistafonts
         cascadia-code
         clearlyU
         cm_unicode
@@ -107,6 +106,7 @@ in {
         google-fonts
         hack-font
         inconsolata
+        junicode
         powerline-fonts
         proggyfonts
         siji
@@ -118,6 +118,7 @@ in {
         ttf_bitstream_vera
         ubuntu_font_family
         unifont
+        vistafonts
         wqy_microhei
       ] ++ lib.filter lib.isDerivation (lib.attrValues lohit-fonts);
     };