aboutsummaryrefslogtreecommitdiff
path: root/home/mun/default.nix
AgeCommit message (Collapse)Author
2026-04-07Removed NixOwOS completelyNatasha Moongrave
2026-04-07disable nixowosNatasha Moongrave
2026-04-07Removed rice imports from shared configuration filesNatasha Moongrave
- Removed rice import from home/mun/default.nix - Deleted system/rice-desktop.nix (unused infrastructure) Rice configs are now imported directly in flake.nix instead of through shared configs
2026-04-06Removed easyeffects from mun home programsNatasha Moongrave
2026-04-05Add minimal KDE Plasma 6 configuration for cassette-futurism riceNatasha Moongrave
Created complete cassette-futurism rice with KDE Plasma 6 desktop environment. Includes system.nix (Plasma 6 setup, Stylix theming), plasma.nix (minimal config with manual theming documentation), default.nix (module orchestrator), and nvim.nix/variables.nix (editor config and color palette). Fixed critical bug in home/mun/default.nix where rice import was hardcoded to nord-blue instead of using the rice parameter, causing all hosts to use nord-blue home configuration regardless of their assigned rice. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-05Removed a few packages from mun homeNatasha 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-04Simplify rice selection - single parameter drives all configNatasha Moongrave
- Rice parameter now passed to both system and home-manager - Removed hostname-based rice mapping from home/mun/default.nix - Home config directly imports rice using rice parameter - Now you just specify rice once: mkSystem hostname rice-name
2026-04-04Refactor rice system imports to flake levelNatasha Moongrave
- Rice system configs now imported in flake mkSystem helper - Removed rice system.nix imports from host configurations - mkSystem now takes hostname and rice name as parameters - Fixes module ordering issue where rice options weren't defined yet
2026-04-04Pass hostname to home-manager via extraSpecialArgsNatasha Moongrave
- Modified mkSystem to create per-host home-manager configuration - Hostname is now explicitly passed via extraSpecialArgs - Home config receives hostname parameter for rice selection
2026-04-04Enable hostname-aware rice selection and switch herra to cassette-futurismNatasha Moongrave
- Modified home/mun/default.nix to select rice based on hostname - herra now uses cassette-futurism rice (KDE Plasma) - kronos and mystra continue using nord-blue rice (i3wm) - Allows different hosts to use different desktop environments
2026-04-04Add easyeffects to packagesNatasha Moongrave
2026-04-01Remove gnome_disks_utility and add sshfs to mun home packages.Natasha Moongrave
2026-03-31Updated nixowos config to change name and brandingNatasha 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-30Added fenix configurationNatasha Moongrave
2026-03-30Refactored the entire configurationNatasha Moongrave