feat: Nomarchy ground-up rewrite on NixOS 26.05

Full replacement of the previous iteration, rebuilt around three ideas:

- Pure evaluation: theme-state.json lives inside the flake and is read
  via the nomarchy.stateFile option — no --impure, ever.
- All-Home-Manager theming: `nomarchy-theme-sync apply` writes the JSON
  and runs `home-manager switch`; every theme change is one atomic,
  rollbackable generation. Wallpaper (swww) is the sole runtime piece.
- Flat, downstream-first layout: modules/{nixos,home} with one
  options.nix each, exported as nixosModules/homeModules + overlay +
  flake template; system (nixos-rebuild) and desktop (home-manager
  switch) rebuild paths are fully split.

Ships 21 themes imported from the previous iteration (palettes,
wallpapers, btop themes, six whole-swap Waybar identities), Stylix for
the GTK/Qt/cursor long tail, a live ISO target with offline theme
switching, and docs/TESTING.md with the QEMU verification workflow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bernardo Magri
2026-06-10 10:59:13 +01:00
commit f211ef0d09
131 changed files with 4844 additions and 0 deletions

39
themes/vantablack.json Normal file
View File

@@ -0,0 +1,39 @@
{
"version": 1,
"name": "Vantablack",
"slug": "vantablack",
"mode": "dark",
"wallpaper": "",
"colors": {
"base": "#0d0d0d",
"mantle": "#0b0b0b",
"surface": "#0d0d0d",
"overlay": "#fdfdfd",
"text": "#ffffff",
"subtext": "#ececec",
"muted": "#fdfdfd",
"accent": "#8d8d8d",
"accentAlt": "#9b9b9b",
"good": "#b6b6b6",
"warn": "#cecece",
"bad": "#a4a4a4"
},
"ansi": [
"#0d0d0d",
"#a4a4a4",
"#b6b6b6",
"#cecece",
"#8d8d8d",
"#9b9b9b",
"#b0b0b0",
"#ececec",
"#fdfdfd",
"#a4a4a4",
"#b6b6b6",
"#cecece",
"#8d8d8d",
"#9b9b9b",
"#b0b0b0",
"#ffffff"
]
}