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