{ ... }: { # Identify the distribution as Nomarchy in /etc/os-release. # Anything that reads os-release picks this up: fastfetch, login banners, # GUI "About" dialogs, neofetch, etc. system.nixos = { distroId = "nomarchy"; distroName = "Nomarchy"; }; }