11 lines
172 B
Nix
11 lines
172 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
home-manager.users.kalle.programs.firefox = {
|
|
enable = true;
|
|
nativeMessagingHosts = [ pkgs.kdePackages.plasma-browser-integration ];
|
|
};
|
|
|
|
}
|