summaryrefslogtreecommitdiffstats
path: root/lass/1systems/helios
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-10-09 13:02:14 +0200
committerlassulus <lassulus@lassul.us>2017-10-09 13:02:14 +0200
commita3f45e80aeffe7223631793dcb48f9cabfe7215a (patch)
tree534702ef35dac3f910efa6890a9e0d0f07eb3b8e /lass/1systems/helios
parent31d6903c8cc4bacbb0ee6408eb8305544fa42117 (diff)
l: use hack fonts everywhere
Diffstat (limited to 'lass/1systems/helios')
-rw-r--r--lass/1systems/helios/config.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix
index d9ecd7ae..6db6f8fd 100644
--- a/lass/1systems/helios/config.nix
+++ b/lass/1systems/helios/config.nix
@@ -45,7 +45,9 @@ with import <stockholm/lib>;
{
services.xserver.dpi = 200;
fonts.fontconfig.dpi = 200;
- lass.myFont = "-schumacher-clean-*-*-*-*-25-*-*-*-*-*-iso10646-1";
+ lass.fonts.regular = "xft:Hack-Regular:pixelsize=22,xft:Symbola";
+ lass.fonts.bold = "xft:Hack-Bold:pixelsize=22,xft:Symbola";
+ lass.fonts.italic = "xft:Hack-RegularOblique:pixelsize=22,xft:Symbol";
}
{ #TAPIR, AGATIS, sentral, a3 - foo
services.redis.enable = true;