mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
use trucksimulator's default listenport
This commit is contained in:
parent
1cfc7a2078
commit
4e39998ac1
5 changed files with 7 additions and 48 deletions
|
@ -290,6 +290,6 @@ in
|
|||
};
|
||||
};
|
||||
home.file.".urlview".text = ''
|
||||
COMMAND qutebrowser %s &> /dev/null
|
||||
COMMAND ${pkgs.xdg-utils}/bin/xdg-open %s &> /dev/null
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
./helix
|
||||
./hyprland
|
||||
./mpv
|
||||
./qutebrowser
|
||||
./sops
|
||||
./spotify
|
||||
./ssh
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
searchEngines = {
|
||||
DEFAULT = "https://duckduckgo.com/?q={}";
|
||||
aw = "https://wiki.archlinux.org/?search={}";
|
||||
nw = "https://nixos.wiki/index.php?search={}";
|
||||
wp = "https://en.wikipedia.org/wiki/Special:Search?search={}";
|
||||
y = "http://localhost:8090/yacysearch.html?query={}";
|
||||
yt = "https://www.youtube.com/results?search_query={}";
|
||||
g = "https://www.google.com/search?hl=en&q={}";
|
||||
};
|
||||
quickmarks = {
|
||||
nix-search = "https://search.nixos.org/options?";
|
||||
home-search = "https://mipmip.github.io/home-manager-option-search/";
|
||||
jexam = "https://jexam.inf.tu-dresden.de";
|
||||
opal = "https://bildungsportal.sachsen.de/opal/home?2";
|
||||
fruitbasket = "https://github.com/fsr/fruitbasket";
|
||||
};
|
||||
keyBindings = {
|
||||
normal = {
|
||||
"<Ctrl-m>" = "hint links spawn mpv {hint-url}";
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
colors.webpage = {
|
||||
darkmode.enabled = false;
|
||||
preferred_color_scheme = "dark";
|
||||
};
|
||||
content.blocking = {
|
||||
enabled = true;
|
||||
method = "both";
|
||||
};
|
||||
statusbar.show = "in-mode";
|
||||
tabs.show = "switching";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue