Home Gen76 @ 2026-03-25-02:17 by jonas@monolith
This commit is contained in:
@@ -15,6 +15,7 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
nativeMessagingHosts = lib.optional cfg.passFF pkgs.passff-host;
|
||||||
|
|
||||||
# Default profile
|
# Default profile
|
||||||
profiles.jonas = {
|
profiles.jonas = {
|
||||||
@@ -91,8 +92,5 @@ in {
|
|||||||
++ lib.optional cfg.passFF passff);
|
++ lib.optional cfg.passFF passff);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages =
|
|
||||||
lib.optional cfg.passFF
|
|
||||||
pkgs.passff-host;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user