| 5 Mar 2024 |
mei 🌒& | but I'm chained to my doom muscle memory and large language support | 12:04:40 |
mei 🌒& | * but I'm chained to my doom muscle memory and significant language support | 12:04:48 |
| 6 Mar 2024 |
woobilicious | ckie (they/them): doom's UX stuff can be included, just figuring out how to convert doom's modules in to nix compatible manifest seems like it might be harder than fixing nix-straight. | 00:29:31 |
| 9 Mar 2024 |
heyoni | In reply to @woobilicious:matrix.org anyone know why doom needs an to generate an env file? without it it has trouble finding binaries like grep, gpg and ssh in my case | 05:56:36 |
| 10 Mar 2024 |
simple-coder | https://github.com/ryan4yin/nix-config/blob/main/home/base/desktop/editors/emacs/default.nix | 01:48:06 |
simple-coder | https://www.reddit.com/r/NixOS/comments/18uk50x/comment/ktqvezb/?context=3 | 01:48:17 |
simple-coder | I was using nix-doom-emacs for a while, but I got tired of being it being a year behind due to it being broken, so I decided to install doom emacs manually, in a declarative way using nix, ryan4yin helped me out by sharing his solution, but I can't seem to get it working on my end, the description of my issue is in the reddit issue. | 01:51:55 |
simple-coder | The emacs and doom commands do not even exist, so I'm guessing that the env var for doom emacs is not being set? | 01:53:49 |
simple-coder | Download doom-emacs.nix | 01:59:01 |
simple-coder | Download emacs.nix | 01:59:08 |
simple-coder | Could any of you try this out on your end to see if it works. The original from ryan4yin is in the github link above. | 02:00:18 |
simple-coder | I am going install doom emacs manually with nix until nix-doom-emacs gets fixed, which will probably take a long time. | 02:04:24 |
simple-coder | These are 2 modules that I import in home.nix, so they are a part of home-manager. | 02:21:21 |
| Ryan Yin joined the room. | 02:31:06 |
Ryan Yin |  Download image.png | 02:41:20 |
Ryan Yin | ~/.config.doom causes problems, the source path is the same as the destination xdg.configFIle."doom" | 02:42:06 |
Ryan Yin | * ~/.config.doom causes problems, the source path ~/.config.doom is the same as the destination xdg.configFIle."doom", that's meaningless.
If you have already put your doom configs into ~/.config/doom, then just delete these lines.
| 02:44:46 |
Ryan Yin | * ~/.config.doom causes problems, the source path ~/.config.doom is the same as the destination xdg.configFIle."doom", that's meaningless.
If you have already put your doom configs into ~/.config/doom manually, then just delete these lines.
| 02:47:20 |