Break fonts out into their own module

More will go here
This commit is contained in:
Griffin Smith 2020-05-04 13:14:02 -04:00
parent 46cd32c557
commit 7ff91eb99a
3 changed files with 15 additions and 5 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./xserver.nix
./fonts.nix
./emacs.nix
./sound.nix
./urbint.nix
@ -84,11 +85,6 @@
nixpkgs.config.allowUnfree = true;
fonts.fonts = with pkgs; [
nerdfonts
noto-fonts-emoji
];
services.geoclue2.enable = true;
powerManagement = {