diff --git a/hosts/Common/default.nix b/hosts/Common/default.nix index 68a2dba..003f9ab 100644 --- a/hosts/Common/default.nix +++ b/hosts/Common/default.nix @@ -26,6 +26,16 @@ }; }; + fonts.packages = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + iosevka + nerdfonts + roboto + font-awesome + ]; + environment.systemPackages = with pkgs; [ wget curl diff --git a/hosts/Common/desktop.nix b/hosts/Common/desktop.nix index 3cc3b88..875a4b3 100644 --- a/hosts/Common/desktop.nix +++ b/hosts/Common/desktop.nix @@ -7,16 +7,6 @@ }; services.power-profiles-daemon.enable = true; - fonts.packages = with pkgs; [ - noto-fonts - noto-fonts-cjk - noto-fonts-emoji - iosevka - nerdfonts - roboto - font-awesome - ]; - services.greetd = { enable = true; settings = rec {