Hey freaks,
I had a test Nix OS flake in my github repo. I just finished using unleashed.chat to manipulate the flake.....
I told the LLM "Make me a flake thats suitable for a bitcoin maxi" and "Make me a flake that embraces the cypherpunk ethos" and "Make me a flake thats perfect for a gaming setup"........The only game TheWildHustle plays is chess...but still you get the point.
It looks like TheWildHustle will create hundreds of flakes using unleashed.chat, save them to git repos and report ongoing developments to the freaks.
This is a part of TheWildHustle's process to see what declarative and modular builds can offer the plate licking pleb.
My plan for the territory is to keep it running...... I've been posting any new or beginner Nix Playslists and videos, and have reached out to Nix randos in youtube comment sections.
Let me know if anyone has Ideas about the direction of the territory and or any Nix OS tips/tricks.
Not to claim that I know anything, but I think if you try
packages = with pkgs; [
Instead of
packages = [
You can remove the pkgs. before all the package names.
So instead of
packages = [ # Awesome programs pkgs.firefox, pkgs.spotify, pkgs.discord, pkgs.slack, pkgs.zoom,
It would just be
packages = with pkgs; [ # Awesome programs firefox, spotify, discord, slack, zoom,
reply
Much appreciated!
reply