From c192c1f2ad4ecb4058c231dc455fbfc738917bcd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 21 Aug 2025 17:46:28 -0700 Subject: split-up firefox configuration Ensure we install the bin package, so that we can use the 1password extension (we need a signed binary for that). --- home/programs/firefox/containers.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/programs/firefox/containers.nix (limited to 'home/programs/firefox/containers.nix') diff --git a/home/programs/firefox/containers.nix b/home/programs/firefox/containers.nix new file mode 100644 index 0000000..c96ec1c --- /dev/null +++ b/home/programs/firefox/containers.nix @@ -0,0 +1,17 @@ +{ + personal = { + color = "red"; + icon = "tree"; + id = 1; + }; + work = { + color = "pink"; + icon = "briefcase"; + id = 2; + }; + google = { + color = "blue"; + id = 3; + icon = "circle"; + }; +} -- cgit v1.2.3