mako theming 1
This commit is contained in:
18
home-modules/email.nix
Normal file
18
home-modules/email.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, lib, system, user, allowed, secrets, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
thunderbird
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# home.file.".config/meli.config" = {
|
||||
|
||||
# };
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user