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 | 00:54:48 |
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 |
Asbjørn | Seems reasonable. Or something like "this project is out of date rn. Last update from upstream: <date>" | 09:41:09 |
Secret Val | Ok | 11:50:56 |
Secret Val | Do you know if there are people who are still working on it and trying to fix it? | 11:51:40 |
| @cadair:cadair.com joined the room. | 11:52:22 |
@cadair:cadair.com | 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: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 |
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 |