rin/packages: remove firefox messaging hosts
mfw I don't pay attention to the deprecation notice pass was never quite used anyway
This commit is contained in:
parent
82839373bf
commit
f071579f58
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
{ config, enableGUI, inputs, pkgs, ... }: {
|
{ config, enableGUI, inputs, pkgs, ... }: {
|
||||||
programs.firefox = {
|
programs.firefox.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.firefox.override { extraNativeMessagingHosts = [ pkgs.passff-host ]; };
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue