user: remove stuff

This commit is contained in:
Rouven Seifert 2024-03-23 00:32:49 +01:00
parent c776c72286
commit 1a4cbd560e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 0 additions and 43 deletions

View file

@ -8,7 +8,6 @@
./helix
./wayland
./mpv
./qutebrowser
./ssh
./theme
./tex

View file

@ -27,7 +27,6 @@
# messaging
tdesktop
gajim
gomuks
profanity
fractal

View file

@ -1,41 +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={}";
ns = "https://search.nixos.org/packages?query={}";
nso = "https://search.nixos.org/options?query={}";
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";
};
};
}