From 2638519e7de62bd208525267f8c9cc6d28ae12b4 Mon Sep 17 00:00:00 2001 From: Steph Date: Mon, 18 Nov 2024 08:49:19 +0100 Subject: [PATCH] Mac config --- programs/firefox.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/firefox.nix b/programs/firefox.nix index dec784f..773206c 100644 --- a/programs/firefox.nix +++ b/programs/firefox.nix @@ -62,17 +62,17 @@ }; containers = { "Personal" = { - color = "toolbar"; + color = "green"; icon = "circle"; - id = 0; + id = 3; }; "ON2IT" = { - color = "toolbar"; + color = "orange"; icon = "circle"; id = 1; }; "Lekker van Peet" = { - color = "toolbar"; + color = "red"; icon = "circle"; id = 2; };