Zhiyong (Justin) He

Results 7 comments of Zhiyong (Justin) He

> @Sailboat265 so has anybody tested your PR? does it work? I didn't test it in detail but it was working absolutely fine for me.

I encountered the same issue and you can try to use this command (if you are using python3.11): ```sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old``` There are other solutions in this stackoverflow question:...

Did you do what the last few lines of [install.sh](https://github.com/end-4/dots-hyprland/blob/ced3823270fcee9cf9de7b5b25b25db3f7dc9012/install.sh#L290) says since it's your first installation? ```sh ;;esac case $existed_hypr_conf in y) printf "\n\e[33m[$0]: Warning: \"~/.config/hypr/hyprland.conf\" already existed before and...

> > Yeah, but shoudn't `propagatedUserEnvPkgs` solve this problem? > > I don't know if it _should_ fix that issue, I only know that it _doesn't_ for me. > >...

any updates on this?

Same issue here. However, this issue only occurs when I change the input url of nixpkgs to the master branch. If I switch back to nixos-unstable branch, this issue doesn't...