| 15 Dec 2023 |
heyoni | and you still have to clone the repo into .emacs.d i see | 19:44:15 |
| cerealkillerjohn joined the room. | 19:58:07 |
| cerealkillerjohn set a profile picture. | 19:59:36 |
cerealkillerjohn | In reply to @sigurosa:matrix.org Just install emacs then clone doom to ~/.emacs.d and doom sync So wait, do you mean that you just install the emacs package from nix packages and do something else to have doom emacs? Sorry for the noob question, but I am very new to emacs so I am trying to learn. I also have only been on Nix for about 10 months now, so I still have quite a bit to learn as is... | 20:04:20 |
| moskas joined the room. | 20:11:37 |
heyoni | i think sigurosa is installing emacs from nix then using home manager to put their doom config in their home folder | 20:14:28 |
heyoni | there is 1 step missing from this that is cloning the doomemacs repo to the home folder as well, which can be done with home-manager using this method here: https://discourse.nixos.org/t/how-do-i-clone-a-github-repo-to-a-folder-in-my-home-directory/29516 | 20:15:04 |
heyoni | i'm trying that out right now. if that all works then all i need to do is doom sync | 20:15:18 |
heyoni | n\m adding the github repo through home-manager isn't enough since doom sync fails to run on what becomes a read only store folder | 20:18:56 |
heyoni | and a quick search reveals this guy again lol: https://discourse.nixos.org/t/running-shell-scripts-in-home-manager-standalone-nix-flakes/29538 | 20:20:00 |
heyoni | i'm failing to get the onchange script to work and gave up 🦰 | 20:51:28 |
sigurosa | cerealkillerjohn: For doom emacs, you just follow the instructions. I install emacs via home-manager. Then I follow this https://github.com/doomemacs/doomemacs#install | 22:13:19 |