- Move npm packages and node projects to deno
- Remove node when deno 2.0 is released
Update the username nizusan
with your username($USER
)...
find . -maxdepth 1 -type f -name "*.nix" | \
xargs -I {} \
sed -i '' -e 's/nizusan/`$USER`/g' {}
Or use this script
./usernames -h
It's launching properly after I fixed an issue with wofi.
Having issues with steam possibly due to my machine and hyprland config. I was using the flatpack version but it suddenly stopped working. Then switched to the nix version and it wouldn't open.
pkill steam
# then run steam
steam
# OR
steam --reset
When exiting steam it get's stuck because of the gldriverquery
process, killing the process shuts steam down.
[!note] I'm no longer using Yarn unless I absolutely have to.
[!error] This no longer works :(
Enabling corepack aka corepack enable
is very tricky in nixos. I still dont fully understand the configuration that I ended up with. Using the configuration in home-manager and running corepack prepare
made everyone happy, Yarn and GIthub actions. We'll see what happens.
Issue with brightness on upgrade.