From 600f45aa75b2fe8a4b5cfd3eb07a17c3842b4c8b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 4 Apr 2026 22:57:45 +0200 Subject: 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 --- system/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/default.nix') 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"; -- cgit v1.2.3