Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 2.05 KB

README.md

File metadata and controls

95 lines (57 loc) · 2.05 KB

Nizu (NixOS)

To Do

  • Move npm packages and node projects to deno
  • Remove node when deno 2.0 is released
  • create helper script or aliases
    • logs build info
    • track disk space
    • better garbage collection and optimize

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.