The font has been weird after updating nixos and lsp doesn't install

What happened?

as the title said, there are two issues, after I updated the channels in nixos and launched emacs the font below is very dark and unreadable. I reinstalled doom emacs and the issue persists, but when i install lsp-module it shows the following lines of text (running doom sync as the previous error told me to use doom sync and it gave me the same output on doom sync).

    > Cloning lsp-mode...
    x The package manager threw an error
    x Last 16 lines of straight's error log:
      fetch-pack: unexpected disconnect while reading sideband packet
      fatal: early EOF
      fatal: fetch-pack: invalid index-pack output
      [Return code: 128]
      $ cd /home/hammoud/.config/emacs/.local/straight/repos/
      $ git clone --origin origin --no-checkout https\://github.com/emacs-lsp/lsp-mode.git /home/hammoud/.config/emacs/.local/straight/repos/lsp-mode/ --no-single-branch
      Cloning into '/home/hammoud/.config/emacs/.local/straight/repos/lsp-mode'...
      error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
      error: 4743 bytes of body are still expected
      fetch-pack: unexpected disconnect while reading sideband packet
      fatal: early EOF
      fatal: fetch-pack: invalid index-pack output
      [Return code: 128]
      $ cd /home/hammoud/.config/emacs/.local/straight/repos/lsp-mode/
      $ git branch -r
      [File error while Setting current directory]
    ! Wrote extended straight log to ~/.config/emacs/.local/state/logs/cli.doom.240517202030.161607.error
    ! Script was abruptly aborted, leaving Doom in an incomplete state!
    - Run 'doom sync' to repair it.
    ✓ Finished in 7m 48s

What did you expect to happen?

I expected to the font to be not so thin and to be whiter. I expected LSP to install

Steps to reproduce

I honestly don’t know, it just happened fairly recently. My config file is the default that comes when you install it so this is the only clue I have

System information


Loading data dump...

Other important things

there is an issue when git cloning doom emacs that also shows fatal early EOF