2024-11-15 00:01 : id 155

This commit is contained in:
deadvey 2024-11-16 00:33:35 +00:00
parent 8c95bfc2c4
commit 2867ad38be

View File

@ -123,9 +123,13 @@ in
default = "DuckDuckGo"; default = "DuckDuckGo";
order = [ "DuckDuckGo" "Google" ]; order = [ "DuckDuckGo" "Google" ];
}; };
bookmarks = [
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ {
ublock-origin name = "DeaDvey's Domain";
tags = [ "blog" ];
keyboard = "blog";
url = "https://deadvey.com";
}
]; ];
}; };
}; };