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:
39
themes/flexoki-light.json
Normal file
39
themes/flexoki-light.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"version": 1,
|
||||
"name": "Flexoki Light",
|
||||
"slug": "flexoki-light",
|
||||
"mode": "light",
|
||||
"wallpaper": "",
|
||||
"colors": {
|
||||
"base": "#FFFCF0",
|
||||
"mantle": "#d9d6cc",
|
||||
"surface": "#100F0F",
|
||||
"overlay": "#100F0F",
|
||||
"text": "#100F0F",
|
||||
"subtext": "#FFFCF0",
|
||||
"muted": "#100F0F",
|
||||
"accent": "#205EA6",
|
||||
"accentAlt": "#CE5D97",
|
||||
"good": "#879A39",
|
||||
"warn": "#D0A215",
|
||||
"bad": "#D14D41"
|
||||
},
|
||||
"ansi": [
|
||||
"#100F0F",
|
||||
"#D14D41",
|
||||
"#879A39",
|
||||
"#D0A215",
|
||||
"#205EA6",
|
||||
"#CE5D97",
|
||||
"#3AA99F",
|
||||
"#FFFCF0",
|
||||
"#100F0F",
|
||||
"#D14D41",
|
||||
"#879A39",
|
||||
"#D0A215",
|
||||
"#4385BE",
|
||||
"#CE5D97",
|
||||
"#3AA99F",
|
||||
"#FFFCF0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user