Announcing Lix 2.95 “Kakigōri”
https://fed.brid.gy/r/https://lix.systems/blog/2026-03-25-lix-2.95-release/
Announcing Lix 2.95 “Kakigōri”
https://fed.brid.gy/r/https://lix.systems/blog/2026-03-25-lix-2.95-release/
What are your peoples favorite Git repositories ?
Silly cool, useful, creative or anything you like
I think https://github.com/kelseyhightower/nocode is very silly
https://github.com/rebane2001/xikipedia very creative
https://github.com/awesome-selfhosted/awesome-selfhosted is very useful, actually all awesome-* repos are worth checking out
:3
I am really curious what i will find in these recommendations
@cytrinox I believe "Nix helper" / nh should cover most of your needs:
https://github.com/nix-community/nh?tab=readme-ov-file#usage
Trying out the Cinnamon desktop with NixOS and I'm pleasantly surprised by how good it is! It's mainly x11 right now, but I can live with that.
One hiccup though, the online accounts tool wouldn't work until I added
services.gnome.gnome-online-accounts.enable = true;
The official wiki didn't have any notes about needing to do that, so I added them. Now I'm wondering how much of my config could be extrapolated into fixing the docs for the tools I use.
Wer nannte es eigentlich zmk-nix und nicht corne-flakes?
Still thinking about #PlanetNix 2026!
Huge thank you to everyone who showed up: from teams to individual builders, contributors, speakers, and the whole #Nix community. And of course to our Planetary Partners who helped make this happen! (Anthropic, PDT Partners, ExpressVPN, Southern California Nix User Group, Numtide)
It was such a great mix of people!
Thank you! 💜
Any mutuals #nix heads?
I'm trying to setup a development environment via nix on my mac (the project uses nix for setting up the dev env) and I'm getting a strange OOM error while one dependency is trying to build. Then the rest of the build fails because that of that one dependency that fails to build.
Can't tell if this is a nix issue, a problem with this package, or some complexity of running nix-on-mac....?