24
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Jul 2025
24 points (96.2% liked)
Nix / NixOS
2332 readers
39 users here now
Main links
Videos
founded 2 years ago
MODERATORS
I thought this was going to automatically wrap all my packages in NixGL. But this is about the way more convenient NixGL set-up that happened to home-manager last year, yes?
Yeah, but I only discovered it now.
Looking on github though, it looks like people combine builtins.map with this to wrap a bunch of packages at once though.
I'm also mapping the wrapper over a list and combining it with unmodified packages.
I suppose that is the Nix-y way, but I can't help but feel like it's a bit...manual? I always wondered if I should just wrap all of my home-manager packages that way!