Skip to content

Indyandie/nizu

Repository files navigation

Nizu (NixOS)

User

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

Hyprland


Steam

Launch Issues

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.

Hacks

pkill steam

# then run steam
steam

# OR

steam --reset

Exit Issues

When exiting steam it get's stuck because of the gldriverquery process, killing the process shuts steam down.


OBS Studio


Javascript

Node

Yarn

[!note] I'm no longer using Yarn unless I absolutely have to.

Corepack

[!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.

Backlight

Issue with brightness on upgrade.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published