ruffsl@programming.dev to Nix / NixOS@programming.devEnglish · 7 days agoNixOS is the endgame of distrohopping - Joshua Blaisjoshblais.comexternal-linkmessage-square5fedilinkarrow-up144arrow-down12cross-posted to: [email protected]
arrow-up142arrow-down1external-linkNixOS is the endgame of distrohopping - Joshua Blaisjoshblais.comruffsl@programming.dev to Nix / NixOS@programming.devEnglish · 7 days agomessage-square5fedilinkcross-posted to: [email protected]
minus-squareruffsl@programming.devOPlinkfedilinkEnglisharrow-up4·7 days ago 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: