/ applications / thunderbird.nix
thunderbird.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.thunderbird ];
3  }