mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-13 06:19:01 +00:00
users/foo-dogsquared/programs/browsers: update Tridactyl config
This commit is contained in:
parent
edd2d42c7a
commit
2929b2aff2
@ -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}
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user