!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

215 Members
Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs46 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
29 Nov 2023
@ckie:ckie.devckie (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:ckie.devckie (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:matrix.orgk0kada (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.ngAsbjørnSeems reasonable. Or something like "this project is out of date rn. Last update from upstream: <date>"09:41:09
@val123:matrix.orgSecret ValOk 11:50:56
@val123:matrix.orgSecret ValDo you know if there are people who are still working on it and trying to fix it?11:51:40
@cadair:cadair.com@cadair:cadair.com joined the room.11:52:22
@cadair:cadair.com@cadair:cadair.comhey, 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@cadair:cadair.com Specifically M-x isn't being bound to SPC 11:55:22
@val123:matrix.orgSecret ValCan you post your config for me real quick?11:55:53
@val123:matrix.orgSecret ValBecause I couldnt get it to work. Thank you11:57:08
@cadair:cadair.com@cadair:cadair.commy flake?12:02:12
@val123:matrix.orgSecret Valyeah12:02:24
@val123:matrix.orgSecret ValDo you have it in a github repo?12:02:41
@cadair:cadair.com@cadair:cadair.comno, not yet12:04:10
@cadair:cadair.com@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@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:ckie.devckie (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

Show newer messages


Back to Room ListRoom Version: 9