| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-07 | Restructured rice system to separate system and home-manager configs | Natasha Moongrave | |
| Each rice now exports {system, home} with: - system.nix: NixOS-level configs (DE, services, packages, stylix) - home.nix: Home-manager configs (program dotfiles) - default.nix: Exports both modules Applied to: nord-blue, original, plasma6 For plasma6: merged plasma.nix and stylix.nix into system.nix | |||
| 2026-04-04 | Simplify rice architecture - direct DE and stylix config | Natasha Moongrave | |
| - Each rice's system.nix now directly configures desktop environment and stylix - No complex option system needed - rices just set services directly - nord-blue: i3 + Nord colors - cassette-futurism: KDE Plasma 6 + retro cassette colors - original: i3 + default Nord colors - Removed rice-desktop.nix complexity - Display manager (ly) stays in system/services.nix (user-managed) - To use a rice: mkSystem hostname rice-name in flake.nix | |||
| 2026-04-04 | Add system configurations for existing rices | Natasha Moongrave | |
| - Created nord-blue/system.nix with i3 environment and Nord color scheme - Created original/system.nix with i3 environment and default stylix colors - Both rices now declare their desktop requirements explicitly | |||
| 2026-03-30 | Refactored the entire configuration | Natasha Moongrave | |
