Delete current firefox bookmarks, use firefox wayland package on wayland systems
This commit is contained in:
parent
8a9049f479
commit
de34acca12
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue