| Age | Commit message (Collapse) | Author |
|
- 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
|
|
- Changed alsamixer to alsa-utils (correct package name)
- Changed jack to jack2 (correct package name)
- Removed obs-ndi (not available in current package set)
|
|
- 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
|
|
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
|
|
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
|
|
|
|
|
|
latency
|
|
instead of rices/<rice>/default.nix
|
|
cosmic rice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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>
|
|
- Replace KDE Plasma 6 with XFCE desktop environment
- Remove plasma.nix (KDE config), add xfce.nix (XFCE config via xfconf)
- Add picom.nix compositor with CRT green glow effects (#00FF00 shadows)
- Configure XFCE with hidden menubars, dark theme, and retro aesthetics
- Replace KDE packages with XFCE equivalents (konsole→xfce4-terminal, kate→mousepad, gwenview→ristretto, spectacle→xfce4-screenshooter)
- Keep ly display manager, preserve all Stylix theming (cassette colors, NGE wallpaper, fonts)
- Lower memory usage and faster startup compared to KDE Plasma
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
|
|
|
- Disable Stylix's automatic KDE target to prevent file conflicts
- Remove all i3-style keyboard shortcuts from KDE configuration
- Remove custom color definitions from kdeglobals (let Stylix handle colors)
- Simplify kdeglobals to only set dark theme (Breeze Dark)
- Simplify kwinrc to minimal compositing settings
- Remove custom Konsole color schemes (Stylix handles terminal theming)
- Add menubar hiding for all common KDE applications (konsole, dolphin, kate, gwenview, spectacle, ark, okular)
|
|
Added i3-compatible shortcuts:
- Meta+Q: close window
- Meta+F: fullscreen toggle
- Meta+1-9: switch virtual desktops
- Meta+Shift+Arrow: tile windows
- Volume/brightness media keys
UI improvements:
- Hidden menubars in Konsole, Dolphin, Kate (toggle with Ctrl+M)
- Borderless windows when maximized
- Minimal window decorations (clean i3-like appearance)
- Disabled toolbutton text for cleaner toolbar
|
|
- Added dark theme settings to kdeglobals (LookAndFeelPackage, Icons)
- Replaced remote wallpaper fetch with local NGE_CF.jpg path
- KDE Plasma will now use breeze-dark look and feel with cassette colors
|
|
to the local neon genesis evangelion wallpaper
|
|
|