mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
dead imports
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
++ [
|
||||
{
|
||||
isRoot = false;
|
||||
item = item;
|
||||
inherit item;
|
||||
}
|
||||
];
|
||||
pending = [];
|
||||
@@ -244,7 +244,7 @@
|
||||
)
|
||||
bookmarkList);
|
||||
|
||||
privateBookmarksPath = config.qutebrowser.privateBookmarksPath;
|
||||
inherit (config.qutebrowser) privateBookmarksPath;
|
||||
in {
|
||||
options.qutebrowser.privateBookmarksPath = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{
|
||||
programs.qutebrowser.searchEngines = rec {
|
||||
startpage = "https://www.startpage.com/sp/search?q={}";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{
|
||||
xdg.dataFile = {
|
||||
# Startpage - hide sponsored results
|
||||
"qutebrowser/greasemonkey/startpage-no-ads.user.js".source =
|
||||
|
||||
Reference in New Issue
Block a user