28 Nov 2023 |
| Secret Val joined the room. | 18:52:48 |
Secret Val |  Download idk.png | 18:58:08 |
Secret Val | Hey!
Ok so this is my config:
{config, pkgs, nix-doom-emacs, ...}:
{
imports = [ nix-doom-emacs.hmModule ];
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs29-pgtk;
doomPrivateDir = ./.;
};
}
And when I do home-manager switch --flake . it just freezes on this message. | 18:58:08 |
Secret Val | I think as soon as I remove the line with the emacsPackage... its works kinda strange. | 19:01:38 |
Secret Val | No it doesnβt work!! | 21:50:50 |
29 Nov 2023 |
mei π& | k0kada (he/him) (and everyone else who has thoughts): should we perhaps add a notice of "this project doesn't work rn" | 00:54:28 |
mei π& | 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 |
mei π& | * 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 |
@asbjorn:olli.ng | 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 |
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 |