diff options
| author | Silas Schöffel <sils@sils.li> | 2026-04-29 14:57:22 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-04-29 14:57:22 +0200 |
| commit | e6bbae31d84bdae449cd9f3ee6d402210b672746 (patch) | |
| tree | 70e9b7da4532c01408d7b84a6809d17c8eea8194 /modules/hm | |
| parent | flake.lock: update (diff) | |
| download | nix-config-e6bbae31d84bdae449cd9f3ee6d402210b672746.zip | |
firefox: change container ids to 1 or higher
Diffstat (limited to '')
| -rw-r--r-- | modules/hm/sils/firefox/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/hm/sils/firefox/default.nix b/modules/hm/sils/firefox/default.nix index 43d21b1..8d81dc8 100644 --- a/modules/hm/sils/firefox/default.nix +++ b/modules/hm/sils/firefox/default.nix @@ -26,16 +26,16 @@ in { banking = { color = "green"; icon = "dollar"; - id = 0; + id = 1; }; codeberg = { color = "orange"; icon = "briefcase"; - id = 1; + id = 2; }; }; extraConfig = builtins.readFile "${user-js}/user.js"; - id = 0; + id = 1; isDefault = true; name = "default"; search = { |
