mako theming 1

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-10 19:19:33 +02:00
parent c751220c33
commit 111b46f442
5 changed files with 64 additions and 34 deletions

18
home-modules/email.nix Normal file
View File

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