home-manager/firefox: enable the passff host application
This commit is contained in:
parent
9691326c02
commit
c27c75fbab
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{ pkgs
|
||||||
...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -15,5 +15,7 @@
|
||||||
"firefox"
|
"firefox"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue