aboutsummaryrefslogtreecommitdiff
path: root/home/rices/original/system.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-04 22:57:50 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-04 22:57:50 +0200
commitffd7c5ee95afd1a3f53e91965dc72b87fc2b6964 (patch)
treebd2a578e224eff380ede1e101d0d289381f7afa3 /home/rices/original/system.nix
parent600f45aa75b2fe8a4b5cfd3eb07a17c3842b4c8b (diff)
Add system configurations for existing rices
- Created nord-blue/system.nix with i3 environment and Nord color scheme - Created original/system.nix with i3 environment and default stylix colors - Both rices now declare their desktop requirements explicitly
Diffstat (limited to 'home/rices/original/system.nix')
-rw-r--r--home/rices/original/system.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/home/rices/original/system.nix b/home/rices/original/system.nix
new file mode 100644
index 0000000..6c06ee9
--- /dev/null
+++ b/home/rices/original/system.nix
@@ -0,0 +1,11 @@
+{...}: {
+ # Original rice uses i3 window manager with default stylix settings
+ rice.desktop = {
+ environment = "i3";
+ wayland.enable = false;
+ compositor.enable = true;
+ };
+
+ # Original rice uses system default colors (no override)
+ rice.stylix.overrideColors = false;
+}