diff --git a/config/firefox/vimium-options.json b/config/firefox/vimium-options.json index 3319a4a..5fe30d2 100644 --- a/config/firefox/vimium-options.json +++ b/config/firefox/vimium-options.json @@ -15,7 +15,7 @@ "scrollStepSize": 60, "smoothScroll": true, "grabBackFocus": false, - "searchEngines": "d: https://duckduckgo.com/?q=%s\ng: https://www.google.com/search?q=%s\ngh: https://github.com/search?q=%s\nmaps: https://www.google.com/maps/search/%s\nnix: https://search.nixos.org/packages?channel=unstable&query=%s\nytb: https://www.youtube.com/results?search_query=%s\nscholar: https://scholar.google.com/scholar?q=%s\ndblp: https://dblp.org/search?q=%s", + "searchEngines": "d: https://duckduckgo.com/?q=%s\ng: https://www.google.com/search?q=%s\ngh: https://github.com/search?q=%s\nmap: https://www.google.com/maps/search/%s\nnix: https://search.nixos.org/packages?channel=unstable&query=%s\nytb: https://www.youtube.com/results?search_query=%s\nscholar: https://scholar.google.com/scholar?q=%s\ndblp: https://dblp.org/search?q=%s\nimg: https://duckduckgo.com/?q=%s&iax=images&ia=images", "searchUrl": "https://duckduckgo.com/?q=", "userDefinedLinkHintCss": "div > .vimiumHintMarker {\n padding: 2px 3px;\n background-color: #fabd2f;\n color: #282828;\n font-weight: bold;\n font-size: 12px;\n font-family: monospace;\n border: 1px solid #282828;\n}\n\ndiv > .vimiumHintMarker span {\n color: #282828;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n color: #fb4934;\n}" } diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index fb4e6fa..4b99af4 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -7,7 +7,7 @@ ../../../modules/podman.nix ../../../modules/borg/client.nix ../../../modules/login-display.nix - ../../../modules/samba.nix + ../../../modules/file-server/samba.nix ../../../modules/media/server.nix ]; diff --git a/modules/dufs.nix b/modules/file-server/dufs.nix similarity index 100% rename from modules/dufs.nix rename to modules/file-server/dufs.nix diff --git a/modules/samba.nix b/modules/file-server/samba.nix similarity index 100% rename from modules/samba.nix rename to modules/file-server/samba.nix