aboutsummaryrefslogtreecommitdiff
path: root/home/mun
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-05 22:27:45 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-05 22:27:45 +0200
commitb92708b616ffefae3fec27b21072f28d177bd120 (patch)
treee65414ef45ea91bfa507ab660cd7611bf64d7cd8 /home/mun
parent0a4134a7b7c33493aaacdb657b4ebefbfe6f0a25 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'home/mun')
-rw-r--r--home/mun/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {