a user-friendly plasma desktop (aka LixOS for eGirls)
| man | ||
| modules | ||
| screencaps | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE.txt | ||
| README.md | ||
| shell.nix | ||
tomo 🜃 la tierra
⚠️ THIS IS ALPHA PRE-RELEASE SOFTWARE ⚠️
💡 if you don't already have lix installed somewhere, these instructions wont work for you. linux and macos users can use the
curl | bashline below to install our build tool.
; curl -sSf -L https://install.lix.systems/lix | sh -s -- install
building install media
we don't have a binary cache (yet) so you'll have to generate your own install media. luckily nix makes this pretty easy.
; nix build git+https://git.gay/tomo/tomo-la-tierra#install-iso
module structure
uses import-tree and flake-parts modules to make some things easier. we
split modules up into public and private "interfaces" using private classes under
flake.modules.${class} and standard flake properties like nixosModules or
homeModules.