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 /home/mun | |
| 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 'home/mun')
| -rw-r--r-- | home/mun/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
