nixos/home/programs/thunderbird.nix

5 lines
71 B
Nix
Raw Normal View History

2024-02-17 19:34:44 +01:00
{ config, pkgs, ... }:
{
home.packages = with pkgs; [thunderbird];
}