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