Tootfinder

Opt-in global Mastodon full text search. Join the index!

@nobodyinperson@fosstodon.org
2026-04-24 14:17:55

An attempt at #nix​ifying udev rules:
gitlab.com/nobodyinperson/yann

@niklaskorz@rheinneckar.social
2026-03-07 19:18:09

We've started a #Fluxer community for #Nix, #NixOS and the wider ecosystem:

@nobodyinperson@fosstodon.org
2026-05-22 13:14:38

Finally managed to generate my :nixos: #NixOS module documentation with proper links to their declarations:
gitlab.com/nobodyinperson/yann

@thesaigoneer@social.linux.pizza
2026-04-11 13:22:56

It still feels like magic that a rebuild-switch and upgrade. using my preserved configuration.nix, gets my totally personalized KDE up and running in less than 5 minutes. All services, KDE apps, cli tools, the whole shebang. Amazing.
#nixos #kde

@nobodyinperson@fosstodon.org
2026-05-06 11:01:57

😑 seriously?
#nix #nixos

GitHub screenshot, NixOS/nix repo, showing "A user you've blocked has previously contributed to this repository", namely Claude
@frankel@mastodon.top
2026-04-10 21:28:34

The #French government wants to replace #Windows on the #desktop with #Nix.
Meet

@nobodyinperson@fosstodon.org
2026-03-05 10:08:55

TIL that in :nixos: #nix, "${./mydir}" will survive a garbage collection, but a plain ./mydir will not!
Took me way too long to figure this out. Didn't help that `just` gives a stupid error message about a missing shell when it can't change into its -d working directory. 🤦