gui: remove unstable font stuff

This commit is contained in:
Aaron Bieber 2024-07-02 06:12:18 -06:00
parent 0bb63b510d
commit d682baf710
No known key found for this signature in database

View File

@ -77,7 +77,9 @@ with lib; {
# TODO: TEMP FIX
systemd.services.NetworkManager-wait-online.serviceConfig.ExecStart =
lib.mkForce [ "" "${pkgs.networkmanager}/bin/nm-online -q" ];
fonts = if isUnstable then { packages = fontSet; } else { fonts = fontSet; };
fonts = {
packages = fontSet;
};
sound.enable = true;
environment = {
etc."traygent.json" = { text = traygentCmds; };