diff options
Diffstat (limited to 'system/modules/common.nix')
-rw-r--r-- | system/modules/common.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index 8d2902eaa6ae..d35298175515 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -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 = { |