6 lines
220 B
Nix
6 lines
220 B
Nix
{pkgs, ...}: {
|
|
programs.librewolf = {enable = true;};
|
|
programs.firefox = {enable = true;};
|
|
|
|
# home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
|
}
|