Compare commits

..

3 commits

Author SHA1 Message Date
720f78d59a Revert "monolith: add static ip address"
This reverts commit 05e3958eed.
2025-12-04 16:14:15 -03:00
c3cd61c7a5 update 2025-12-03 19:50:00 -03:00
f6f7e72089 firefox: add nix-prefetch-firefox-extension script 2025-12-03 19:49:23 -03:00

View file

@ -87,6 +87,11 @@ in
url = "https://addons.mozilla.org/firefox/downloads/file/1176165/corretor-65.2018.12.8.xpi";
hash = "sha256-/rFQtJHdgemMkGAd+KWuWxVA/BwSIkn6sk0XZE0LrGk=";
})
(pkgs.fetchFirefoxAddon {
name = "new_tab_same_group";
url = "https://addons.mozilla.org/firefox/downloads/file/4602621/new_tab_same_group-1.7.0.xpi";
hash = "sha256-oIpQdhW3ma/MCs1hLQMcZluUnaxeW7u9nEM6iovV40E=";
})
];
};
profiles = {