diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:44:41 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 23:44:41 +0200 |
| commit | 2c0497d6aaba0e755bc980bb59cd5714b03be564 (patch) | |
| tree | 5b66e3d7720a37fb2adb61b3a654ee1660003fad /system/default.nix | |
| parent | 29327f37614667444761d1c2a8f71fe54fddec66 (diff) | |
Simplify rice architecture - direct DE and stylix config
- 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
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index 0ce312c..0893ac0 100644 --- a/system/default.nix +++ b/system/default.nix @@ -10,7 +10,7 @@ ./programs.nix ./services.nix ./users.nix - ./rice-desktop.nix + # Desktop and stylix are now configured per-rice in home/rices/*/system.nix ]; system.stateVersion = "25.11"; |
