!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

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

Load older messages


SenderMessageTime
14 Aug 2023
@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.org@sjuehx:matrix.org 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
@abeformatrix:matrix.org@abeformatrix:matrix.org left the room.18:07:46
1 Sep 2023
@er10:matrix.org@er10:matrix.org joined the room.10:06:41
@qbit:tapenet.org@qbit:tapenet.org joined the room.21:05:18
@qbit:tapenet.org@qbit:tapenet.orghola!21:05:32
@ckie:ckie.devmei 🌒&hello! welcome to purgatory (:21:30:03
2 Sep 2023
@JoelMcCracken:matrix.orgJoelMcCracken so in esuper ? buildCommand what is ? doing here 03:05:47
@JoelMcCracken:matrix.orgJoelMcCrackenas in https://github.com/joelmccracken/nix-doom-emacs/blob/fa15608a331651e5ec9376c62cdb036618956d92/default.nix#L30403:07:47
3 Sep 2023
@ckie:ckie.devmei 🌒&i just had a neat little thought. what if we had an emacs distro like doom, but it's built by nix exclusively21:08:58
@ckie:ckie.devmei 🌒&like you configure it with its own modules or such21:09:28

Show newer messages


Back to Room ListRoom Version: 9