aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/configuration.nix
AgeCommit message (Collapse)Author
2026-05-01Added networking configuration to Herra to allow for usb tethering over iPhoneNatasha Moongrave
2026-04-14added configuration for the nix store (on a separate partition labeled ↵WolfQuery
nixstore to enable all btrfs compression
2026-04-07Imported steam config into main herra configurationNatasha Moongrave
2026-04-06Imported everything into the herra configuration 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>
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-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-04Wire rice system configs to host configurationsNatasha Moongrave
- Updated kronos to import nord-blue/system.nix - Updated herra to import cassette-futurism/system.nix (will be committed next) - Updated mystra to import nord-blue/system.nix - Hosts now declare their rice at system level
2026-03-30Refactored the entire configurationNatasha Moongrave
2026-03-22Made some adjustments to allow for multiple configurations to exist under ↵Natasha Moongrave
the flake