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