commit d836e6cdb0c3d75d3883ad5244e54ac2ae079a41
parent 7a011ed62aad3d0b38b44178a446411c8935116e
Author: Chris <chris@echoz.io>
Date: Thu, 7 May 2026 17:13:37 +0200
fix(firefox): place container ids within allowed range
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/firefox/default.nix b/modules/firefox/default.nix
@@ -24,12 +24,12 @@
containersForce = true;
containers = {
personal = {
- id = 0;
+ id = 1;
color = "green";
icon = "fingerprint";
};
work = {
- id = 1;
+ id = 2;
color = "blue";
icon = "briefcase";
};