Files
dotfiles/home-modules/email.nix
Lennart J. Kurzweg (Nx2) 111b46f442 mako theming 1
2024-04-10 19:19:33 +02:00

19 lines
178 B
Nix

{ config, pkgs, lib, system, user, allowed, secrets, ... }:
{
home.packages = with pkgs; [
thunderbird
];
# home.file.".config/meli.config" = {
# };
}