fix(user/malte): passff host application configuration
This commit is contained in:
parent
5ff615f955
commit
ac4ceae896
|
@ -46,6 +46,8 @@ in {
|
||||||
firefox = prev.firefox.override {extraNativeMessagingHosts = [pkgs.passff-host];};
|
firefox = prev.firefox.override {extraNativeMessagingHosts = [pkgs.passff-host];};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
# Install pass-ff extension required file:
|
||||||
|
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
||||||
|
|
||||||
home.packages = [passmenu-bemenu pkgs.hackNerdLigatures];
|
home.packages = [passmenu-bemenu pkgs.hackNerdLigatures];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue