fonts: move fonts to system configuration.nix

This commit is contained in:
Jez Cope 2020-11-13 17:17:00 +00:00
parent 62024f8ac6
commit 20f3113724
2 changed files with 6 additions and 4 deletions

View File

@ -120,6 +120,12 @@ in
sound.enable = true;
hardware.pulseaudio.enable = true;
# Fonts ####################################################################
fonts.fonts = with pkgs; [
iosevka fira fira-code merriweather gentium gentium-book-basic open-sans
joypixels noto-fonts-emoji font-awesome
];
# Location #################################################################
location.provider = "geoclue2";
services.geoclue2.enable = true;

View File

@ -19,10 +19,6 @@ in
pulseaudio jack2 cadence non
atom element-desktop slack zoom-us teams tdesktop
# Fonts
iosevka fira fira-code merriweather gentium gentium-book-basic open-sans
joypixels noto-fonts-emoji font-awesome
];
home.file = {