29 Nov 2023 |
@cadair:cadair.com | Specifically M-x isn't being bound to SPC | 11:55:22 |
Secret Val | Can you post your config for me real quick? | 11:55:53 |
Secret Val | Because I couldnt get it to work. Thank you | 11:57:08 |
@cadair:cadair.com | my flake? | 12:02:12 |
Secret Val | yeah | 12:02:24 |
Secret Val | Do you have it in a github repo? | 12:02:41 |
@cadair:cadair.com | no, not yet | 12:04:10 |
@cadair:cadair.com | my config is based on this: https://github.com/Misterio77/nix-starter-configs/blob/main/standard/flake.nix | 12:04:29 |
@cadair:cadair.com | So I have the flake referenced in the inputs section of flake.nix and then I have this (truncated) version of my home-manager/home.nix :
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
# doom emacs
inputs.nix-doom-emacs.hmModule
];
# emacs
programs.doom-emacs = {
enable = true;
doomPrivateDir = ./dotfiles/doom.d;
};
}
| 12:08:24 |
mei 🌒& | In reply to @val123:matrix.org Do you know if there are people who are still working on it and trying to fix it? i am, on and off every few months for a bit where i find the time | 13:19:53 |
mei 🌒& | README: add broken notice #556 | 13:20:07 |
mei 🌒& | * PR README: add broken notice (#556) made | 13:20:19 |
30 Nov 2023 |
| @patka_123:matrix.org joined the room. | 15:32:00 |
| @patka_123:matrix.org left the room. | 15:37:03 |
3 Dec 2023 |
| €]&|\|¿ changed their profile picture. | 14:00:09 |
5 Dec 2023 |
| @federicodschonborn:matrix.org changed their profile picture. | 00:38:23 |
6 Dec 2023 |
| sigurosa joined the room. | 19:04:39 |
8 Dec 2023 |
| Shane joined the room. | 15:26:12 |
| Suwon Park joined the room. | 20:36:17 |
9 Dec 2023 |
Quinn | so it's broken in the sense that we can't update to current versions of doom? Cuz I've been using it this whole time--- broken seems like a slightly strong word | 20:39:07 |
11 Dec 2023 |
heyoni | it seems broken for me on macos (home-manager) but not on linux | 23:06:10 |
12 Dec 2023 |
mei 🌒& | broken as in we can't deliver a reasonably good experience | 03:16:44 |
mei 🌒& | and also as in "we don't fetch the right versions of packages and it working is arbitrary" | 03:17:18 |
heyoni | are you saying it's not possible to deliver a good experience or just not there yet? | 20:09:37 |
heyoni | i'm just getting into flakes and thinking about whether or not i should try and work on this (and fail miserably) | 20:09:59 |
@asbjorn:olli.ng | If I understand it correctly, it's more of a doom/elisp issue than a nix issue right now | 20:12:32 |
@asbjorn:olli.ng | But I don't really understand the problem space well | 20:15:09 |
mei 🌒& | heyoni: mostly just not there yet | 20:23:40 |
heyoni | got it. yea i saw the PR/branch and tried to grok it | 20:26:33 |
14 Dec 2023 |
sigurosa | So i run doom emacs on nixos and home-manager (on both mac and linux). I dont use that module at all (nix-doom-emacs). It doesn't really make sense to imho when straight already handles the package pinning | 23:44:49 |