ruffsl to Nix / NixOSEnglish · 1 个月前NixOS is the endgame of distrohopping - Joshua Blaisjoshblais.comexternal-linkmessage-square5linkfedilinkarrow-up147arrow-down12cross-posted to: [email protected]linux
arrow-up145arrow-down1external-linkNixOS is the endgame of distrohopping - Joshua Blaisjoshblais.comruffsl to Nix / NixOSEnglish · 1 个月前message-square5linkfedilinkcross-posted to: [email protected]linux
minus-squareruffslOPlinkfedilinkEnglisharrow-up4·1 个月前 Hey do we have a central place with everyone’s configuration file ? As roundabout as it sounds I’ve had good luck using GitHub’s code search with language:nix and path:flake.nix modifiers. E.g, I was looking for complete flake examples to overlay nvidia drivers from the unstable branch/channel, I used this regex: https://github.com/search?q=language%3Anix+%2Fhardware.nvidia%2F+%2Fpackage+%3D+.*unstable%2F&type=code Most folks publishing their configs often have more advance setups, but still nice trace git blame to learn how they evolved. some config file editor where I can just toggle kde + nvidia drivers + There is SnowflakeOS this kind of stalled, but that could change with recent improvements to structured edits of Nix: https://discourse.nixos.org/t/announcing-nix-manipulator-nima-structured-edits-for-nix-that-keep-formatting/68513/3
As roundabout as it sounds I’ve had good luck using GitHub’s code search with
language:nix
andpath:flake.nix
modifiers.E.g, I was looking for complete flake examples to overlay nvidia drivers from the unstable branch/channel, I used this regex:
Most folks publishing their configs often have more advance setups, but still nice trace git blame to learn how they evolved.
There is SnowflakeOS this kind of stalled, but that could change with recent improvements to structured edits of Nix: