Skip to content

Commit e784a3a

Browse files
committed
wip
1 parent f5fe29d commit e784a3a

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

cfg/qutebrowser.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,8 @@
19811981
c.url.default_page = 'https://hoogle.haskell.org/'
19821982
c.url.searchengines = {
19831983
'DEFAULT': 'https://google.com/search?q={}',
1984-
'ggl': 'https://google.com/search?q={} before:2022 -site:youtube.com -site:facebook.com -site:rumble.com -site:tiktok.com',
1984+
'noai': 'https://google.com/search?q={} before:2022 -site:youtube.com -site:facebook.com -site:rumble.com -site:tiktok.com',
1985+
'ggl': 'https://google.com/search?q={}',
19851986
'ddg': 'https://duckduckgo.com/?q={}',
19861987
'gpt': 'https://chatgpt.com/?model=gpt-4o&q={}',
19871988
'bing': 'https://www.bing.com/search?showconv=1&sendquery=1&q={}',
@@ -1997,7 +1998,9 @@
19971998
'github': 'https://github.com/search?type=code&q={}',
19981999
'hoogle': 'https://hoogle.haskell.org/?hoogle={}',
19992000
'hackage': 'https://hackage.haskell.org/packages/search?terms={}',
2000-
'nixpkgs': 'https://search.nixos.org/packages?query={}'
2001+
'nixpkgs': 'https://search.nixos.org/packages?query={}',
2002+
'nixos': 'https://search.nixos.org/options?query={}',
2003+
'home': 'https://home-manager-options.extranix.com/?query={}'
20012004
}
20022005

20032006
# config.set('content.images', True, '*://*.openai.com/*')

nix/configuration.nix

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ in {
649649
via
650650
vial
651651
usbutils
652-
signal-desktop
653652
gnome.simple-scan
654653
system-config-printer
655654
pulsemixer
@@ -729,12 +728,12 @@ in {
729728
show_volume_when_muted = true;
730729
icons_format = "";
731730
}
732-
{
733-
block = "time";
734-
format = " $timestamp.datetime(f:'%a %Y-%m-%d %R') ";
735-
interval = 60;
736-
icons_format = "";
737-
}
731+
# {
732+
# block = "time";
733+
# format = " $timestamp.datetime(f:'%a %Y-%m-%d %R') ";
734+
# interval = 60;
735+
# icons_format = "";
736+
# }
738737
];
739738
};
740739
services.udiskie.enable = true;

0 commit comments

Comments
 (0)