nixos-configuration/home/thunderbird.nix
2022-02-18 14:41:13 +01:00

6 lines
71 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
thunderbird
];
}