feat(home:tridactyl): add nix search url
This commit is contained in:
parent
ebb226a5da
commit
0446c28a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in
|
||||||
config = mkIf (browser == "firefox" || cfg.enable) {
|
config = mkIf (browser == "firefox" || cfg.enable) {
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"tridactyl/tridactylrc".text = ''
|
"tridactyl/tridactylrc".text = ''
|
||||||
set modeindicator false
|
set searchurls.nix https://sourcegraph.com/search?q=context:global+lang:nix %s
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# theme based off base16 themes
|
# theme based off base16 themes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue