configuring
This commit is contained in:
parent
a4520fcaac
commit
8ba559f66d
1 changed files with 5 additions and 1 deletions
|
@ -151,5 +151,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."emacs".enable = false;
|
xdg.configFile."emacs".enable = false;
|
||||||
home.file.".config/doom".src = ../dotfiles/dot_config/doom;
|
home.file.".config/doom" = {
|
||||||
|
enable = true;
|
||||||
|
recursive = true;
|
||||||
|
src = ../dotfiles/dot_config/doom;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue