2021-08-04 17:07:42 +00:00
|
|
|
{ config, ... }:
|
2021-07-29 20:21:51 +00:00
|
|
|
|
|
|
|
{
|
2021-08-04 17:07:42 +00:00
|
|
|
config.home-manager.users."${config.system.singleUser}".home.file = {
|
2021-07-29 20:21:51 +00:00
|
|
|
".emacs".source = ./dotemacs;
|
|
|
|
".emacs.d/early-init.el".source = ./early-init.el;
|
|
|
|
".emacs.d/mu4e.el".source = ./mu4e.el;
|
|
|
|
};
|
|
|
|
}
|