29 Nov 2023 |
ckie (they/them) | * i haven't given up on it but i don't want to stop frustrating people like Lukas Liebenow that are just coming here for the first time probably | 00:54:52 |
k0kada (he/him) | In reply to @ckie:ckie.dev k0kada (he/him) (and everyone else who has thoughts): should we perhaps add a notice of "this project doesn't work rn" Yes | 09:20:16 |
A2 | Seems reasonable. Or something like "this project is out of date rn. Last update from upstream: <date>" | 09:41:09 |
Lukas Liebenow | Ok | 11:50:56 |
Lukas Liebenow | Do you know if there are people who are still working on it and trying to fix it? | 11:51:40 |
| Cadair joined the room. | 11:52:22 |
Cadair | hey, I have recently picked up nix/nixos and I have nix-doom-emacs configured through home-manager + flakes. Everything seems to be mostly working and my config is being picked up but for some reason a whole chunk of my keybinds are not mapped. | 11:54:42 |
Cadair | Specifically M-x isn't being bound to SPC | 11:55:22 |
Lukas Liebenow | Can you post your config for me real quick? | 11:55:53 |
Lukas Liebenow | Because I couldnt get it to work. Thank you | 11:57:08 |
Cadair | my flake? | 12:02:12 |
Lukas Liebenow | yeah | 12:02:24 |
Lukas Liebenow | Do you have it in a github repo? | 12:02:41 |
Cadair | no, not yet | 12:04:10 |
Cadair | my config is based on this: https://github.com/Misterio77/nix-starter-configs/blob/main/standard/flake.nix | 12:04:29 |
Cadair | 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 |
ckie (they/them) | 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 |
ckie (they/them) | README: add broken notice #556 | 13:20:07 |
ckie (they/them) | * PR README: add broken notice (#556) made | 13:20:19 |
30 Nov 2023 |
| patka joined the room. | 15:32:00 |
| patka left the room. | 15:37:03 |
3 Dec 2023 |
| €]&|\|¿ changed their profile picture. | 14:00:09 |
5 Dec 2023 |
| Federico Damián Schonborn 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 |
ckie (they/them) | broken as in we can't deliver a reasonably good experience | 03:16:44 |
ckie (they/them) | and also as in "we don't fetch the right versions of packages and it working is arbitrary" | 03:17:18 |