nixos-configuration/home/thunderbird.nix

6 lines
71 B
Nix
Raw Permalink Normal View History

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