lix-website/data/home/ecosystem.yaml

31 lines
1.4 KiB
YAML
Raw Normal View History

2024-04-27 06:56:22 +00:00
enabled: true
id: "ecosystem"
content:
title: "The Lix Ecosystem"
text: "Like other Nix ecosystems, Lix layers together multiple projects to create a full Lix stack — allowing you to forge your own systems on a base of community work."
cards:
- image: "images/ecosystem-lix.png"
alt: "lix's ice cream logo"
2024-04-27 06:56:22 +00:00
title: "The Lix Package Manager"
text: "The ecosystem's core is the Lix package manager — a community variant of the Nix configuration language and package management system."
button:
label: "view the code"
url: "https://git.lix.systems/lix-project/lix"
- image: "images/ecosystem-nixpkgs.svg"
alt: "nixpkg's logo in lix colors"
2024-04-27 06:56:22 +00:00
title: "Community Packages"
text: "Lix is fully compatible with existing Nix expressions — which means it benefits from the hundreds of thousands of existing community-maintained packages and configurations."
button:
label: "visit nixpkgs"
url: "https://github.com/nixos/nixpkgs"
- image: "images/ecosystem-nixpkgs.svg"
alt: "image of the lix logo on a monitor"
2024-04-27 06:56:22 +00:00
title: "Lix-Managed Systems"
text: "Lix can also be used as the core Nix implementation for Nix-based systems, including the full NixOS distribution, as well as system management software like Home Manager or nix-darwin."
2024-04-27 06:56:22 +00:00
button:
label: "use lix with NixOS"
url: "/add-to-config"