diff --git a/options/custom/programs/firefox/.common.nix b/options/custom/programs/firefox/.common.nix index d5277ec..35a7123 100644 --- a/options/custom/programs/firefox/.common.nix +++ b/options/custom/programs/firefox/.common.nix @@ -81,13 +81,13 @@ with lib; { master = { color = "pink"; icon = "circle"; - id = 0; + id = 1; }; edu = { color = "orange"; icon = "fruit"; - id = 1; + id = 2; }; };