11 Aug 2023 |
JoelMcCracken | yeah that may be easier | 19:01:28 |
13 Aug 2023 |
| @10leej:matrix.org joined the room. | 01:25:19 |
JoelMcCracken | Do you think this is the right direction to go? I don't know why nix-straight was originally made a separete package | 03:01:25 |
ckie (they/them) | JoelMcCracken: idk either, NDE is older than my maintenance of it | 13:36:34 |
ckie (they/them) | i figured it was about letting it be reused for other doom-like frameworks or something | 13:37:19 |
JoelMcCracken | yeah | 22:44:45 |
JoelMcCracken | ofc, apparently doom is thinking of switching away from straighr | 22:45:01 |
JoelMcCracken | no idea how far along that is tho | 22:45:15 |
14 Aug 2023 |
Null_A | was just reading about that today, they want to use elpaca | 05:33:39 |
Null_A | but i don’t believe any work was done yet | 05:33:51 |
15 Aug 2023 |
| Christina Sørensen changed their profile picture. | 14:57:38 |
| @10leej:matrix.org left the room. | 19:34:16 |
18 Aug 2023 |
| Xandor Schiefer joined the room. | 09:15:57 |
| sjuehx removed their profile picture. | 18:09:06 |
23 Aug 2023 |
| tixixa F joined the room. | 07:40:55 |
tixixa F | Hello, just started using nix, I want to install doom Emacs with out home manager is it possible? | 07:41:38 |
tixixa 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 |
| tixixa F set a profile picture. | 07:44:38 |
24 Aug 2023 |
| tixixa F changed their profile picture. | 05:09:33 |
| Josefine changed their display name from Jonas to Jonas Opitz. | 15:57:57 |
25 Aug 2023 |
| Patka joined the room. | 18:46:34 |
27 Aug 2023 |
tixixa F | Any one can guide me setting up doom Emacs?
https://pastebin.com/e5Ggfydy my file system tree, using home manager standalone... | 14:16:41 |
| Peter Tonner joined the room. | 20:02:51 |
29 Aug 2023 |
JoelMcCracken | 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 | * 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 | do you have a recommendation re: how to avoid nixpkgs2 | 02:23:15 |
| €]&|\|¿ joined the room. | 15:02:42 |
30 Aug 2023 |
JoelMcCracken | (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 | been tracking this down overall FWIW and am again very confused by how any of nix-doom-emacs works | 16:12:05 |
| @abeformatrix:matrix.org joined the room. | 16:20:29 |