1
0
Fork 0
forked from Bun/nixos-config

Add basic mycelium, change some hardware and browser stuff

This commit is contained in:
Bun 2025-05-29 22:15:35 -04:00
parent f49316e600
commit 200bf7e711
6 changed files with 64 additions and 63 deletions

View file

@ -6,8 +6,8 @@
package = pkgs.librewolf;
profiles.default = {
isDefault = true;
containersForce = true;
containersForce = true;
containers = {
home = {
color = "purple";
@ -21,26 +21,56 @@
};
};
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
darkreader
return-youtube-dislikes
simple-tab-groups
sponsorblock
ublock-origin
violentmonkey
];
bookmarks = {
force = true;
settings = [
{
name = "NixFox";
url = "https://www.nixfox.ca";
}
{
name = "Luna";
url = "https://www.lunamoonlight.xyz";
}
{
name = "Freecorn";
url = "https://freecorn1854.win";
}
{
name = "Bloxelcom";
url = "https://www.bloxelcom.net";
}
{
name = "YouTube";
url = "https://www.kernel.org";
}
{
name = "NixOS Wiki";
url = "https://nixos.wiki";
}
{
name = "Kernel";
url = "https://www.kernel.org";
}
];
};
extensions = {
force = true;
packages = with pkgs.nur.repos.rycee.firefox-addons; [
bitwarden
darkreader
return-youtube-dislikes
simple-tab-groups
sponsorblock
ublock-origin
violentmonkey
];
};
search = {
force = true;
default = "ecosia";
order = [
"ecosia"
"nixpkgs"
"mynixos"
"youtube"
"spotify"
];
engines = {
"ecosia" = {
urls = [{
@ -166,7 +196,6 @@
"privacy.clearOnShutdown.cookies" = false;
"privacy.clearOnShutdown_v2.cookiesAndStorage" = false;
"privacy.fingerprintingProtection" = true;
"privacy.firstparty.isolate" = true;
"privacy.globalprivacycontrol.enabled" = true;
"privacy.globalprivacycontrol.functionality.enabled" = true;
"privacy.resistFingerprinting" = true;