4 Feb 2024 |
simple-coder | Thanks, it finally built with emacs28, so I'm happy, but, the only issue is this warning message keeps on getting thrown whenever I do a nix rebuild, any tips on how to fix it? | 14:45:15 |
simple-coder | https://github.com/nix-community/nix-doom-emacs/issues/557 | 14:45:19 |
5 Feb 2024 |
Alexandro de Oliveira | Hello everyone 👋
I was wondering if some of you have tried the approach of the doom-emacs' author to install emacs "imperatively": https://github.com/hlissner/dotfiles/blob/master/modules/editors/emacs.nix I'm considering give it a try but I decided to ask before, as it's been a bit long that the author doesn't update his repository.
| 20:41:48 |
6 Feb 2024 |
twitchy0 | It's fine I guess. How often do you need to do that? I used to, but now just manually run the clone and install if I provision a new machine with a desktop environment | 01:19:33 |
simple-coder | Alexandro de Oliveira: Hello there, I was able to get nix-doom-emacs to install doom emacs using the (flake+home-manager) method, so if you want to install it this way I can help, otherwise I haven't installed it imperatively , so I won't be able to help you with that. And being that nix-doom-emacs broke at some point due to an issue, it's a year behind nix-emacs-overly, but I'm ok with that for now. | 13:10:12 |
simple-coder | Hey guys I have an issue trying to install a package that's not in any emacs repo or nix packages with nix-doom-emacs, if any of you would not mind taking a look at this issue, thanks: | 13:12:00 |
simple-coder | https://www.reddit.com/r/NixOS/comments/1ak99ba/what_is_the_best_way_to_install_the/ | 13:12:06 |
7 Feb 2024 |
simple-coder | I used nix-doom-emacs to install doom emacs with nix(flake+home-manager), and then I switched from xmonad service in home.nix to exwm in configuration.nix, but for some reason when I do the reboot exwm tries to load a vanilla emacs install and throws and error because there is no config, so does exwm need to be configured so that it loads doom emacs instead? | 21:05:56 |
simple-coder | Redacted or Malformed Event | 21:23:40 |
simple-coder | * exec dbus-launch --exit-with-session doom run , the terminal might mistake doom run as 2 separate commands, so what is the syntax for doom run to be inputted as 1 command? | 21:24:18 |
simple-coder | doom emacs now loads, but it throws the error that it cannot find exwm, I have it installed as a nixos service, so for whatever reason, doom emacs is not picking up exwm, maybe I need to also install exwm in packages.el as well? | 21:57:07 |
8 Feb 2024 |
| Daniel Herrera Rendón joined the room. | 17:03:52 |
9 Feb 2024 |
| sy left the room. | 12:52:36 |
19 Feb 2024 |
simple-coder | https://www.reddit.com/r/NixOS/comments/1aud6mt/i_have_some_questions_about_nixdoomemacs/ | 03:26:22 |
simple-coder | If any of you wouldn't mind taking a look at some questions that I posted on reddit on nix-doom-emacs, thanks. | 03:27:00 |
21 Feb 2024 |
Alexandro de Oliveira | Hi 👋 | 14:10:29 |
Alexandro de Oliveira | Would you mind to share your configuration of emacs-direnv + nix-doom-emacs? | 14:10:51 |
22 Feb 2024 |
| Dan joined the room. | 18:30:13 |
23 Feb 2024 |
Adnan Zaman | How do you guys activate shell.nix in doom emacs? | 06:59:04 |
Adnan Zaman | Odd stuff, it's like it doesn't care about it | 08:10:23 |
Adnan Zaman |  Download image.png | 08:10:25 |
Adnan Zaman | * Odd stuff, it's like it doesn't care about it (see bottom left) | 08:10:36 |
A2 | I do it with direnv and a .envrc | 09:21:45 |
A2 | Then it should automatically load the nix shell when you open a project | 09:22:10 |
A2 | And you can do M-x envrc-reload if you change something | 09:22:47 |