feat: pass and import plugins config
This commit is contained in:
parent
9724c8e4f4
commit
62c6c836e3
5 changed files with 40 additions and 15 deletions
|
@ -51,7 +51,6 @@
|
|||
protonvpn-gui
|
||||
devenv
|
||||
vlc
|
||||
zed-editor
|
||||
rhythmbox
|
||||
qq
|
||||
shotwell
|
||||
|
@ -78,7 +77,20 @@
|
|||
home-manager.enable = true;
|
||||
firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-devedition;
|
||||
package = with pkgs; (firefox-devedition.override {
|
||||
nativeMessagingHosts = [
|
||||
(passff-host.overrideAttrs (old: {
|
||||
dontStrip = true;
|
||||
patchPhase = ''sed -i 's#COMMAND = "pass"#COMMAND = "${
|
||||
pass.withExtensions (ext:
|
||||
with ext; [
|
||||
pass-otp
|
||||
pass-import
|
||||
])
|
||||
}/bin/pass"#' src/passff.py'';
|
||||
}))
|
||||
];
|
||||
});
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue