diff options
author | Alan Pearce | 2017-09-17 20:31:24 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-17 20:31:24 +0200 |
commit | 685aeb15376bc906522b938be68a3049294d733b (patch) | |
tree | 4f3b7d0282d734d85aafaf82c8e2a8dd5b42039b | |
parent | b1a0cb9247a1000dc17bcd7f14ec801a8a98c770 (diff) | |
download | nixos-configuration-685aeb15376bc906522b938be68a3049294d733b.tar.lz nixos-configuration-685aeb15376bc906522b938be68a3049294d733b.tar.zst nixos-configuration-685aeb15376bc906522b938be68a3049294d733b.zip |
hidpi: Remove font settings
With a mostly-docked hiDPI laptop, it doesn't make any sense.
-rw-r--r-- | modules/hidpi.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/hidpi.nix b/modules/hidpi.nix index 762e50e..1f4644c 100644 --- a/modules/hidpi.nix +++ b/modules/hidpi.nix @@ -6,12 +6,4 @@ terminus_font ]; }; - - fonts = { - defaultFonts = { - monospace = [ "Noto Mono" ]; - sansSerif = [ "Noto Sans" ]; - serif = [ "Noto Serif" ]; - }; - }; } |