feat(home:firefox) initial tridactyl rc/theme module
This commit is contained in:
parent
dd97f42c4e
commit
ebb226a5da
2 changed files with 209 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue