I’m really enjoying Pop!_OS, but their logo could use some workshopping imo. I’ve been considering trying an upstream distro as an educational experience anyway, yet somehow this is what I’m feeling excited about. I don’t know why - nobody but me is ever going to see my neofetch output. Lol
(NixOS isn’t really in the running… I just wanted a 3rd example and like the logo)
You can just use a distrobox …
The package manager isn’t that much of a reason to choose a distro anymore.
Neofetch is not maintained anymore. I can recommend fastfetch.
Garuda dr46nized has a pretty fetch by default on its console.

If your logo isnt cool enough consider hyfetch :3
debian when you need image for your docker, nixos when you need stability and reproducibility, arch when you…
i have no idea actually, why arch?
i like watching the little pacmans install software for me
How do you even compete with a snowflake made of lambdas? NixOS could be your final distro.
Until you find out that the configuration file syntax is like swift and Haskell had a baby.
Or you could just have a scheme configuration where lambas make sense
Guix mentioned!
This is an example how to define plymouth with your own logo derivation. Isn’t this the most beautiful?
boot = { plymouth = { enable = true; theme = "breeze"; logo = pkgs.stdenv.mkDerivation { name = "out.png"; dontUnpack = true; src = pkgs.fetchurl { url = "https://raw.githubusercontent.com/NixOS/nixos-artwork/refs/heads/master/logo/nix-snowflake-rainbow.svg"; sha256 = "sha256-gMeJgiSSA5hFwtW3njZQAd4OHji6kbRCJKVoN6zsRbY="; }; nativeBuildInputs = with pkgs; [imagemagick]; buildPhase = '' magick -background none -size 200x200 $src nix-snowflake-rainbow.png ''; installPhase = '' install -Dm0644 nix-snowflake-rainbow.png $out ''; }; };




