diff --git a/common/graphical.nix b/common/graphical.nix index 79de445..349767c 100644 --- a/common/graphical.nix +++ b/common/graphical.nix @@ -15,4 +15,13 @@ alsa.enable = true; pulse.enable = true; }; + + services.dbus.enable = true; + + fonts.fonts = with pkgs; [ + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + jetbrains-mono + ]; } \ No newline at end of file diff --git a/machines/stella/configuration.nix b/machines/stella/configuration.nix index b673133..075aac2 100644 --- a/machines/stella/configuration.nix +++ b/machines/stella/configuration.nix @@ -23,14 +23,6 @@ settings.PasswordAuthentication = false; }; - services.dbus.enable = true; - fonts.fonts = with pkgs; [ - noto-fonts - noto-fonts-cjk - noto-fonts-emoji - jetbrains-mono - ]; - system.stateVersion = "23.05"; }