diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-21 17:46:28 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-21 17:46:28 -0700 |
| commit | c192c1f2ad4ecb4058c231dc455fbfc738917bcd (patch) | |
| tree | f5b3b97fa407b82bd983677c73fbb801be8389f6 /home/programs/firefox/containers.nix | |
| parent | initial configuration for firefox (diff) | |
| download | infra-c192c1f2ad4ecb4058c231dc455fbfc738917bcd.tar.gz | |
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).
Diffstat (limited to 'home/programs/firefox/containers.nix')
| -rw-r--r-- | home/programs/firefox/containers.nix | 17 |
1 files changed, 17 insertions, 0 deletions
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"; + }; +} |
