File tree Expand file tree Collapse file tree 3 files changed +44
-19
lines changed Expand file tree Collapse file tree 3 files changed +44
-19
lines changed Original file line number Diff line number Diff line change 20
20
id = 0 ;
21
21
isDefault = true ;
22
22
extraConfig = builtins . readFile ./user.js ;
23
- bookmarks = import ./bookmarks.nix ;
23
+ bookmarks = {
24
+ force = true ;
25
+ settings = import ./bookmarks.nix ;
26
+ } ;
24
27
search = import ./search-engines.nix { inherit pkgs ; } ;
25
28
} ;
26
29
} ;
Original file line number Diff line number Diff line change 5
5
in
6
6
{
7
7
force = true ;
8
- default = "Google " ;
8
+ default = "google " ;
9
9
order = [
10
- "Google "
10
+ "google "
11
11
"Brave Search"
12
- "DuckDuckGo "
13
- "Wikipedia (en) "
12
+ "ddg "
13
+ "wikipedia "
14
14
"Nix Packages"
15
15
"NixOS Options"
16
16
"NixOS Wiki"
72
72
urls = [ { template = "https://nixos.wiki/index.php?search={searchTerms}" ; } ] ;
73
73
definedAliases = [ "@nw" ] ;
74
74
} ;
75
- "Bing " . metaData . hidden = true ;
76
- "Amazon.com " . metaData . hidden = true ;
77
- "Google " . metaData . alias = "@g" ;
78
- "DuckDuckGo " . metaData . alias = "@d" ;
79
- "Wikipedia (en) " . metaData . alias = "@wiki" ;
75
+ "bing " . metaData . hidden = true ;
76
+ "amazondotcom-us " . metaData . hidden = true ;
77
+ "google " . metaData . alias = "@g" ;
78
+ "ddg " . metaData . alias = "@d" ;
79
+ "wikipedia " . metaData . alias = "@wiki" ;
80
80
} ;
81
81
}
You can’t perform that action at this time.
0 commit comments