10 Mar 2024 |
simple-coder | Uhh, oh I missed that part where you are calling doomemacs arg from a flakes input, I'm using a system flake, with home-manager setup as a flake, and (flake+nix-direnv+emacs-direnv) setup for development, and I already have the flakes experimental feature enabled. I am by no means a nix expert, currently I just understand it well enough for using it to setup development environments. Anyways I did have doom emacs setup in my system flake integrated with home-manager, but that was setup for the nix-emacs-doom tool. https://github.com/nix-community/nix-doom-emacs/blob/master/docs/reference.md#home-manager , but I'm not sure if that will be useful for your solution. How did you setup doom emacs in your system flake, and should I just remove the doomemacs arg? | 03:24:36 |
Ryan Yin | simple-coder: You should add this into your flake inputs, and then pass it to doom-emacs.nix as a specialArgs: https://github.com/ryan4yin/nix-config/blob/main/flake.nix#L184-L188 | 03:28:17 |
simple-coder | Ryan Yin: Ok I'll do that, one second. | 03:29:02 |
Ryan Yin | An tutorial for specialArgs, in case you do not familiar with it:
https://nixos-and-flakes.thiscute.world/nixos-with-flakes/nixos-with-flakes-enabled#pass-non-default-parameters-to-submodules | 03:29:29 |
simple-coder | Ok thanks, I am currently spending time in nix pills just learning things here in there, but I definitely need put some time aside to learn flakes better, they are very useful. I'm going to do a rebuild, one second. | 03:32:20 |
Ryan Yin | * An tutorial for specialArgs, in case you're not familiar with it:
https://nixos-and-flakes.thiscute.world/nixos-with-flakes/nixos-with-flakes-enabled#pass-non-default-parameters-to-submodules | 05:35:54 |
12 Mar 2024 |
woobilicious | not sure if this is useful, but my nixos-configuration is using flakes, and a few tricks that shouldn't be too overwhelming I hope: https://github.com/YellowOnion/nixos-config/blob/master/flake.nix | 05:00:59 |
14 Mar 2024 |
| Federico Damián Schonborn left the room. | 02:04:20 |
| NixOS Moderation Botchanged room power levels. | 18:44:36 |
15 Mar 2024 |
| spacesbot - keeps a log of public NixOS channels joined the room. | 04:04:55 |
| @grahamc:nixos.org joined the room. | 21:48:32 |
16 Mar 2024 |
| p10r joined the room. | 19:50:57 |
18 Mar 2024 |
| @er10:matrix.org joined the room. | 13:15:30 |
@er10:matrix.org | Hello everyone here : very new to doomemacs ; could anyone suggest how to set emacs+auctex native behavior, both for .bib and .tex files ? Thanks for your aid ! | 13:16:56 |
@er10:matrix.org | * Hello everyone here : very new to doomemacs ; could you possibly suggest how to set emacs+auctex native behavior, both for .bib and .tex files ? Thanks for your aid ! | 13:22:25 |
@er10:matrix.org | * Hello everyone here : very new to doomemacs ; could you possibly suggest how to set emacs+auctex native behavior, both for .bib and .tex files ? Many thanks for your aid. | 13:22:53 |
| €]&|\|¿ removed their profile picture. | 14:41:48 |
19 Mar 2024 |
| NixOS Moderation Botchanged room power levels. | 00:30:02 |
| bumperboat set a profile picture. | 22:20:52 |
20 Mar 2024 |
| @dimikrik:matrix.org joined the room. | 15:49:30 |
21 Mar 2024 |
| @dimikrik:matrix.org left the room. | 11:05:31 |
| NixOS Moderation Botchanged room power levels. | 18:02:58 |
| @grahamc:nixos.org left the room. | 20:10:27 |
22 Mar 2024 |
| terminalfilth joined the room. | 05:13:17 |
| terminalfilth set a profile picture. | 05:24:38 |
| terminalfilth changed their profile picture. | 05:24:48 |
| Lukas Liebenow changed their display name from Lukas Liebenow to Secret Val. | 11:46:08 |
| bumperboat changed their display name from bumperboat to bumperboat (UTC+8 when). | 13:27:55 |
| bumperboat changed their display name from bumperboat (UTC+8 when) to bumperboat (UTC+8). | 15:01:26 |
23 Mar 2024 |
simple-coder | Just checking to make sure that I'm doing these steps correctly: | 20:25:57 |