aboutsummaryrefslogtreecommitdiff
path: root/home/rices/original/system.nix
blob: 6c06ee90e701ada65f50abdf4e5adae54bc774b1 (plain)
1
2
3
4
5
6
7
8
9
10
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;
}