nixos/home/programs/thunderbird.nix
2024-02-17 19:34:44 +01:00

5 lines
No EOL
71 B
Nix

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