feat(home:firefox) initial tridactyl rc/theme module

This commit is contained in:
ooks-io 2024-06-18 22:23:59 +12:00
parent dd97f42c4e
commit ebb226a5da
2 changed files with 209 additions and 0 deletions

View file

@ -6,8 +6,10 @@ let
browser = config.ooknet.desktop.browser;
inherit (lib) mkIf;
in
{
imports = [ ./tridactyl.nix ];
config = mkIf (cfg.enable || browser == "firefox") {
home.sessionVariables.BROWSER = mkIf (browser == "firefox") "firefox";
ooknet.binds.browser = mkIf (browser == "firefox") "firefox";