| home | ||
| modules | ||
| os/aurora | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| README.md | ||
My NixOS config
I'm giving NixOS another try. Wish me luck.
Have a look at the justfile, it's there to make things easier.
You shouldn't use this as any kind of template nor starting point, I don't know what I'm doing.
That said, feel free to take bits of my config and apply it to yours.
Here do be dragons.
Don't mind the comments, just me being silly :3
LOG
Aug 4 2025
Working on my home-manager setup for linux mint. CLI programs work without a problem, but GUI programs might cause a problem because of drivers. Solution: nixgl.
Use
config.lib.nixGL.wrap pkgname
to wrap the drivers. Results in a no-op when nixGL wasn't set in home-manager, so it can be used also with the shared config with NixOS.
when 25.05 was released
On the other hand, KDE plasma 6.4 is very tempting, so I'm trying unstable for the next few weeks again. If that doesn't work out for me, I'll try just picking the option for plasma from unstable, see https://github.com/NixOS/nixpkgs/issues/41212.