aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
AgeCommit message (Collapse)Author
4 daysAdded encryption configuration to the system configNatasha Moongrave
2026-04-04Simplify rice architecture - direct DE and stylix configNatasha 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-04Add rice-driven desktop environment systemNatasha Moongrave
- Created rice-desktop.nix module allowing rices to declare desktop environments - Supports i3, KDE Plasma, or no desktop environment - Enables rice-specific stylix overrides and wallpapers - Moved desktop and stylix configuration from separate modules to unified rice-desktop - Updated system/default.nix to import rice-desktop instead of desktop.nix and stylix.nix
2026-03-31Moved nixowos config to its own fileNatasha Moongrave
2026-03-31Enabled nixowos after fix with interaction with stylixNatasha Moongrave
2026-03-30Commented out NixOwOS until fixedNatasha Moongrave
2026-03-30Added nixowos to the configurationNatasha Moongrave
2026-03-30Refactored the entire configurationNatasha Moongrave