From b92708b616ffefae3fec27b21072f28d177bd120 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 5 Apr 2026 22:27:45 +0200 Subject: Add minimal KDE Plasma 6 configuration for cassette-futurism 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 --- 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 8af6d1b..15e00ef 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/nord-blue + ../rices/${rice} ]; nixowos = { -- cgit v1.2.3