fix typo
This commit is contained in:
parent
a4628dcf99
commit
9f335453ca
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in
|
||||||
emacs
|
emacs
|
||||||
];
|
];
|
||||||
home-manager.users.sako.home.file.".emacs.d" = {
|
home-manager.users.sako.home.file.".emacs.d" = {
|
||||||
enabled = true;
|
enable = true;
|
||||||
source = ../../../../config/emacs;
|
source = ../../../../config/emacs;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue