diff --git a/nix/configuration/hosts/odowork/default.nix b/nix/configuration/hosts/odowork/default.nix index 9beadf03..df58c236 100644 --- a/nix/configuration/hosts/odowork/default.nix +++ b/nix/configuration/hosts/odowork/default.nix @@ -74,6 +74,10 @@ # services.fstrim.enable = lib.mkDefault true; fonts.enableDefaultPackages = lib.mkForce true; + fonts.packages = with pkgs; [ + corefonts + ]; + allowedUnfree = [ "corefonts" ]; me.alacritty.enable = true; me.amd_s2idle.enable = true;