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 --- home/mun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/mun') diff --git a/home/mun/default.nix b/home/mun/default.nix index 5fa0c48..1e66f4f 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -7,7 +7,7 @@ ./programs/zsh.nix ./programs/ssh.nix ./programs/git.nix - ../rices/${rice} + ../rices/nord-blue ]; nixowos = { -- cgit v1.2.3