a user-friendly plasma desktop (aka LixOS for eGirls)
2025-12-03 19:43:47 -08:00
man doc/notes 2025-11-03 21:02:01 -08:00
modules nixpkgs -> 25.11 2025-12-03 19:43:47 -08:00
screencaps add screen 2025-10-24 20:37:27 -07:00
.gitignore first pass at install media, touch up system settings 2025-10-24 20:11:10 -07:00
flake.lock nixpkgs -> 25.11 2025-12-03 19:43:47 -08:00
flake.nix nix flake update minibase 2025-11-24 20:52:09 -08:00
LICENSE.txt add license 2025-11-30 14:40:45 -08:00
README.md doc/notes 2025-11-03 21:02:01 -08:00
shell.nix collect submodules 2025-10-23 19:44:34 -07:00

tomo 🜃 la tierra

⚠️ THIS IS ALPHA PRE-RELEASE SOFTWARE ⚠️

your regular plasma desktop

💡 if you don't already have lix installed somewhere, these instructions wont work for you. linux and macos users can use the curl | bash line 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.