!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

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

Load older messages


SenderMessageTime
9 Aug 2023
@ckie:ckie.devckie (they/them)the idea is we want to put as little as possible behind the hash-dependent part with the network access21:21:08
@JoelMcCracken:matrix.orgJoelMcCrackenhmm21:29:12
10 Aug 2023
@JoelMcCracken:matrix.orgJoelMcCrackenI imagine I could add some shim here https://github.com/nix-community/nix-straight.el/blob/master/setup.el#L2003:07:07
@JoelMcCracken:matrix.orgJoelMcCrackeniterate over al of the nix-straight--packages and then use straight-recipes-retrieve to access the info for each03:09:21
11 Aug 2023
@JoelMcCracken:matrix.orgJoelMcCrackenis there a way to develop like a test suite for nix-straight.el?03:33:45
@JoelMcCracken:matrix.orgJoelMcCrackeni see an example in nix-doom-emacs04:33:07
@ckie:ckie.devckie (they/them) JoelMcCracken: i have this tree with straight moved into the nde repo 12:53:09
@ckie:ckie.devckie (they/them)https://github.com/ckiee/nix-doom-emacs/commits/move-nix-straight-in12:53:10
@JoelMcCracken:matrix.orgJoelMcCrackenah19:01:16
@JoelMcCracken:matrix.orgJoelMcCrackenyeah that may be easier19:01:28
13 Aug 2023
@10leej:matrix.orgnevoyu 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.orgnevoyu 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.orgJonas Katzke changed their display name from Jonas to Jonas Opitz.15:57:57
25 Aug 2023
@patka1234:matrix.orgPatka joined the room.18:46:34

Show newer messages


Back to Room ListRoom Version: 9