!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

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

Load older messages


SenderMessageTime
11 Aug 2023
@JoelMcCracken:matrix.orgJoelMcCrackenyeah that may be easier19:01:28
13 Aug 2023
@10leej:matrix.org@10leej:matrix.org joined the room.01:25:19
@JoelMcCracken:matrix.orgJoelMcCrackenDo you think this is the right direction to go? I don't know why nix-straight was originally made a separete package03:01:25
@ckie:ckie.devckie (they/them) JoelMcCracken: idk either, NDE is older than my maintenance of it 13:36:34
@ckie:ckie.devckie (they/them)i figured it was about letting it be reused for other doom-like frameworks or something13:37:19
@JoelMcCracken:matrix.orgJoelMcCrackenyeah 22:44:45
@JoelMcCracken:matrix.orgJoelMcCrackenofc, apparently doom is thinking of switching away from straighr22:45:01
@JoelMcCracken:matrix.orgJoelMcCrackenno idea how far along that is tho22:45:15
14 Aug 2023
@jasonjckn:matrix.orgNull_A was just reading about that today, they want to use elpaca 05:33:39
@jasonjckn:matrix.orgNull_A but i don’t believe any work was done yet 05:33:51
15 Aug 2023
@cafkafk:nixos.devChristina Sørensen changed their profile picture.14:57:38
@10leej:matrix.org@10leej:matrix.org left the room.19:34:16
18 Aug 2023
@zeorin:matrix.orgXandor Schiefer joined the room.09:15:57
@sjuehx:matrix.orgsjuehx removed their profile picture.18:09:06
23 Aug 2023
@thegreatcanon:matrix.orgtixixa F joined the room.07:40:55
@thegreatcanon:matrix.orgtixixa FHello, just started using nix, I want to install doom Emacs with out home manager is it possible?07:41:38
@thegreatcanon:matrix.orgtixixa F

`{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
};

outputs = {
self,
nixpkgs,
nix-doom-emacs,
...
}: {
nixosConfigurations.exampleHost = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
modules = [
{
environment.systemPackages =
let
doom-emacs = nix-doom-emacs.packages.${system}.default.override {
doomPrivateDir = ./doom.d;
};
in [
doom-emacs
];
}
# ...
];
};
};
}`

Do I need to paste this in a flake.nix and use nix build?

07:42:21
@thegreatcanon:matrix.orgtixixa F set a profile picture.07:44:38
24 Aug 2023
@thegreatcanon:matrix.orgtixixa F changed their profile picture.05:09:33
@yusu:matrix.orgJosefine changed their display name from Jonas to Jonas Opitz.15:57:57
25 Aug 2023
@patka1234:matrix.orgPatka joined the room.18:46:34
27 Aug 2023
@thegreatcanon:matrix.orgtixixa FAny one can guide me setting up doom Emacs? https://pastebin.com/e5Ggfydy my file system tree, using home manager standalone...14:16:41
@ptonner:matrix.orgPeter Tonner joined the room.20:02:51
29 Aug 2023
@JoelMcCracken:matrix.orgJoelMcCracken ckie (they/them): https://github.com/joelmccracken/nix-doom-emacs/pull/1 I forked your branch and did what I could to fix the test 02:22:55
@JoelMcCracken:matrix.orgJoelMcCracken * ckie (they/them): https://github.com/joelmccracken/nix-doom-emacs/pull/1 I forked your branch and did what I could to fix the build 02:22:59
@JoelMcCracken:matrix.orgJoelMcCracken do you have a recommendation re: how to avoid nixpkgs2 02:23:15
@maaarcus:matrix.org€]&|\|¿ joined the room.15:02:42
30 Aug 2023
@JoelMcCracken:matrix.orgJoelMcCracken(basically I think the general idea here needs to be to update one reference or the other; but im curious if folks have other input)16:11:34
@JoelMcCracken:matrix.orgJoelMcCrackenbeen tracking this down overall FWIW and am again very confused by how any of nix-doom-emacs works16:12:05
@abeformatrix:matrix.org@abeformatrix:matrix.org joined the room.16:20:29

Show newer messages


Back to Room ListRoom Version: 9