about summary refs log tree commit diff stats
path: root/modules/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/hm/sils/firefox/default.nix6
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 = {