From 2c0497d6aaba0e755bc980bb59cd5714b03be564 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 4 Apr 2026 23:44:41 +0200 Subject: 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 --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/default.nix') 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"; -- cgit v1.2.3