fix(firefox): actually enable browserpass

This commit is contained in:
steveej 2022-05-05 13:58:32 +02:00
parent 943f7a1be0
commit c6f1437eb7

View file

@ -8,6 +8,7 @@
}; };
programs.browserpass = { programs.browserpass = {
enable = true;
browsers = [ browsers = [
"firefox" "firefox"
]; ];