migrate to clan
This commit is contained in:
7
machines/haze/firefox.nix
Normal file
7
machines/haze/firefox.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.packages = [ pkgs.passff-host ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user