No description
Find a file
2025-09-26 13:27:23 +02:00
home add texlab lsp to helix cfg 2025-09-24 12:48:33 +02:00
modules re-organized a bit 2025-09-11 12:32:17 +02:00
os/aurora temp. disable DoT 2025-09-18 22:42:38 +02:00
.gitignore initial commit 2025-06-15 17:58:15 +02:00
flake.lock bump 2025-09-26 13:27:23 +02:00
flake.nix add catppuccin theming 2025-09-18 10:20:38 +02:00
justfile formatted code 2025-07-12 15:43:07 +02:00
README.md begin adding nixGL 2025-08-04 22:44:45 +02:00

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.