Delete current firefox bookmarks, use firefox wayland package on wayland systems

This commit is contained in:
Evie Litherland-Smith 2023-06-18 18:02:41 +01:00
parent 8a9049f479
commit de34acca12
2 changed files with 2 additions and 32 deletions

View file

@ -28,38 +28,7 @@
}
];
};
bookmarks = [
{
name = "Wikipedia";
tags = ["wiki"];
keyword = "wiki";
url = "https://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go";
}
{
name = "kernel.org";
url = "https://www.kernel.org";
}
{
name = "Toolbar";
toolbar = true;
bookmarks = [
{
name = "Nix sites";
bookmarks = [
{
name = "homepage";
url = "https://nixos.org/";
}
{
name = "wiki";
tags = ["wiki" "nix"];
url = "https://nixos.wiki/";
}
];
}
];
}
];
bookmarks = [];
search = {
default = "DuckDuckGo";
force = true;

View file

@ -7,6 +7,7 @@
programs.bash.bashrcExtra = ''
source $HOME/.nix-profile/etc/profile.d/nix.sh
'';
programs.firefox.package = pkgs.firefox-wayland;
services.syncthing.enable = true;
fonts.fontconfig.enable = true;