nixos/version: add LOGO to /etc/os-release

wip/yesman
worldofpeace 5 years ago
parent eeb35be95d
commit 21327795ce
  1. 1
      nixos/modules/misc/version.nix

@ -93,6 +93,7 @@ in
VERSION_CODENAME=${toLower cfg.codeName}
VERSION_ID="${cfg.version}"
PRETTY_NAME="NixOS ${cfg.version} (${cfg.codeName})"
LOGO="nix-snowflake"
HOME_URL="https://nixos.org/"
SUPPORT_URL="https://nixos.org/nixos/support.html"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"

Loading…
Cancel
Save