Files
old-nixos-dotfiles/user/apps/thunderbird.nix
2024-08-29 18:54:36 +09:00

7 lines
71 B
Nix

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