aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-07Updated dunst to force its configNatasha Moongrave
2026-04-07Added alert red as a color in variables for nord-blueNatasha Moongrave
2026-04-07imported dunst into rice homeNatasha Moongrave
2026-04-07Added dunst configuration for notification handlingNatasha Moongrave
2026-04-07Added obs pluginsNatasha Moongrave
2026-04-07Merge branch 'refactor-rice-system'Natasha Moongrave
2026-04-07Added .gitignore with resultNatasha Moongrave
2026-04-07Updated README to document new rice system architectureNatasha Moongrave
- Each rice now exports {system, home} from default.nix - system.nix contains NixOS-level configs (desktop + stylix) - home.nix contains home-manager imports (program configs) - Updated examples to show plasma6 rice instead of cosmic - Clarified separation between NixOS and HM concerns - Updated 'Creating a New Rice' section with new structure
2026-04-07Fixed package names in herra configurationNatasha Moongrave
- Changed alsamixer to alsa-utils (correct package name) - Changed jack to jack2 (correct package name) - Removed obs-ndi (not available in current package set)
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-07Updated flake to import rice modules directlyNatasha Moongrave
mkSystem now imports ./home/rices/${rice}/system.nix mkHomeManagerModule now imports ./home/rices/${rice}/home.nix This fixes the dual import issue and ensures rice configs are properly separated between NixOS and home-manager contexts
2026-04-07Restructured rice system to separate system and home-manager configsNatasha 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-07Updated proper extraConfig nesting and added notes in audio config for herraNatasha Moongrave
2026-04-07switched NOTE to TODO in herra's audio configNatasha Moongrave
2026-04-07Updated herra's audio configuration and included base config for low audio ↵Natasha Moongrave
latency
2026-04-07Fixed a big error where the flake way importing rices/<rice>/system.nix ↵Natasha Moongrave
instead of rices/<rice>/default.nix
2026-04-07Updated flake for herra to use the plasma6 rice instead of the now deleted ↵Natasha Moongrave
cosmic rice
2026-04-07Added missing '...' import to packages.nix in herraNatasha Moongrave
2026-04-07Merge branch 'herra_cosmic-to-plasma6'Natasha Moongrave
2026-04-07Added base plasma6 "rice" and stylix configurationNatasha Moongrave
2026-04-07Removed old unfinished cosmic riceNatasha Moongrave
2026-04-07Imported steam config into main herra configurationNatasha Moongrave
2026-04-07Added steam configuration to herraNatasha Moongrave
2026-04-07Removed obsolete filesNatasha Moongrave
2026-04-07updated READMENatasha Moongrave
2026-04-07Updated configNatasha Moongrave
2026-04-06Removed easyeffects from mun home programsNatasha Moongrave
2026-04-06Imported everything into the herra configuration fileNatasha Moongrave
2026-04-06Added useful packages to herraNatasha Moongrave
2026-04-06Added driver configuration to herraNatasha Moongrave
2026-04-06Added audio configuration for herraNatasha Moongrave
2026-04-06Changed herra to use the cosmic riceNatasha Moongrave
2026-04-06Added The Finals themed insert coin wallpaperNatasha Moongrave
2026-04-06Configured stylix for the cosmic riceNatasha Moongrave
2026-04-06Added variables for the cosmic riceNatasha Moongrave
2026-04-06moved fluxbox to cosmicNatasha Moongrave
2026-04-06changed fluxbox to cosmicNatasha Moongrave
2026-04-06moved cassette-futurism to fluxboxNatasha Moongrave
2026-04-06Enabled fluxboxNatasha Moongrave
2026-04-06Updated default.nix to try fluxboxNatasha Moongrave
2026-04-06Deleted olf kde plasma 6 cassette-futurism configurationNatasha 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 old cassette-futurism xfce configNatasha Moongrave
2026-04-05switched kronos to nord-blueNatasha Moongrave
2026-04-05Rewrote and fixed the xfce configurationNatasha Moongrave
2026-04-05Disabled stylix autoEnable and instead set manually what should be enabledNatasha Moongrave
2026-04-05Fixed xfce configurationNatasha Moongrave
2026-04-05Removed a few packages from mun homeNatasha Moongrave
2026-04-05Removed leftover orphaned global stylix fileNatasha Moongrave
2026-04-05Add Linux Zen gaming kernel for herra desktopNatasha Moongrave
- Configure herra with linuxPackages_zen for gaming optimizations - Includes low-latency patches, BFQ scheduler, and improved desktop interactivity - Provides similar performance benefits to Bazzite kernel - Uses lib.mkForce to override system-wide linuxPackages_latest - Kronos and mystra remain on standard latest kernel Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>