diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:57:45 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-04 22:57:45 +0200 |
| commit | 600f45aa75b2fe8a4b5cfd3eb07a17c3842b4c8b (patch) | |
| tree | fef58f352f6ee9bcad43c106917ce604d82d55d4 /system/default.nix | |
| parent | c734b8c107684d98454bd8e237cfa11c00c8b392 (diff) | |
Add rice-driven desktop environment system
- Created rice-desktop.nix module allowing rices to declare desktop environments
- Supports i3, KDE Plasma, or no desktop environment
- Enables rice-specific stylix overrides and wallpapers
- Moved desktop and stylix configuration from separate modules to unified rice-desktop
- Updated system/default.nix to import rice-desktop instead of desktop.nix and stylix.nix
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/default.nix b/system/default.nix index 638ae02..0ce312c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -10,8 +10,7 @@ ./programs.nix ./services.nix ./users.nix - ./desktop.nix - ./stylix.nix + ./rice-desktop.nix ]; system.stateVersion = "25.11"; |
