File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1981
1981
c .url .default_page = 'https://hoogle.haskell.org/'
1982
1982
c .url .searchengines = {
1983
1983
'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={}' ,
1985
1986
'ddg' : 'https://duckduckgo.com/?q={}' ,
1986
1987
'gpt' : 'https://chatgpt.com/?model=gpt-4o&q={}' ,
1987
1988
'bing' : 'https://www.bing.com/search?showconv=1&sendquery=1&q={}' ,
1997
1998
'github' : 'https://github.com/search?type=code&q={}' ,
1998
1999
'hoogle' : 'https://hoogle.haskell.org/?hoogle={}' ,
1999
2000
'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={}'
2001
2004
}
2002
2005
2003
2006
# config.set('content.images', True, '*://*.openai.com/*')
Original file line number Diff line number Diff line change 649
649
via
650
650
vial
651
651
usbutils
652
- signal-desktop
653
652
gnome . simple-scan
654
653
system-config-printer
655
654
pulsemixer
@@ -729,12 +728,12 @@ in {
729
728
show_volume_when_muted = true ;
730
729
icons_format = "" ;
731
730
}
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
+ # }
738
737
] ;
739
738
} ;
740
739
services . udiskie . enable = true ;
You can’t perform that action at this time.
0 commit comments