diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index e83800b..62e5ef5 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -11,6 +11,7 @@ ./boot.nix ./discord.nix ./disk.nix + ./firefox.nix ./thunderbird.nix ./hardware.nix ./network.nix diff --git a/hosts/haze/firefox.nix b/hosts/haze/firefox.nix new file mode 100644 index 0000000..9b89c30 --- /dev/null +++ b/hosts/haze/firefox.nix @@ -0,0 +1,6 @@ +{ + programs.firefox = { + enable = true; + nativeMessagingHosts.passff = true; + }; +}