users/foo-dogsquared/programs/browsers: update Tridactyl config

This commit is contained in:
Gabriel Arazas 2025-02-08 09:54:41 +08:00
parent edd2d42c7a
commit 2929b2aff2
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -226,6 +226,10 @@ in {
name = "tridactyl-nix-generated"; name = "tridactyl-nix-generated";
text = '' text = ''
set newtab file://${config.xdg.dataHome}/foodogsquared/homepage/index.html set newtab file://${config.xdg.dataHome}/foodogsquared/homepage/index.html
''
+ lib.optionalString attrs.nixosConfig.services.miniflux.enable ''
# This is to take advantage of Miniflux shortcuts.
blacklistadd localhost:${builtins.toString attrs.nixosConfig.state.ports.miniflux.value}
''; '';
}) })
]; ];