!SlMumQZnFjwLRjWFbW:nixos.org

Nix + Doom Emacs

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

Load older messages


SenderMessageTime
12 Sep 2022
@ckie:ckie.devmei 🌒&hence the iK22:04:43
@ckie:ckie.devmei 🌒&(include all in directory, +lookup/documentation)22:05:00
@k0kada:matrix.orgk0kada (he/him) mon_aaraj ckie (they/them) #266 looks mostly fine for me now 22:08:10
@mon:tchncs.deribosomerocker
In reply to@k0kada:matrix.org
> {
>   description = "nix-doom-emacs in NixOS+HM example";
> 
>   inputs = {
>     nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
>     home-manager.url = "github:nix-community/home-manager";
>     nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
>   };
> 
>   outputs =
>     { self
>     , nixpkgs
>     , home-manager
>     , nix-doom-emacs
>     , ...
>     }:
>     {
>       nixosConfigurations.exampleHost = nixpkgs.lib.nixosSystem {
>         system = "x86_64-linux";
>         modules = [
>           home-manager.nixosModules.home-manager
>           {
>             home-manager.users.exampleUser = { ... }: {
>               imports = [ nix-doom-emacs.hmModule ];
>               programs.doom-emacs = {
>                 enable = true;
>                 doomPrivateDir = true;
>               };
>             };
>           }
>         ];
>       };
>     };
> }
> ```
what about this?
22:08:27
@ckie:ckie.devmei 🌒&will look tomorrow, i'm looking at the newest #277 we just got22:08:48
@k0kada:matrix.orgk0kada (he/him)
In reply to @mon:tchncs.de
what about this?
Well, look at the example that it is there
22:09:03
@k0kada:matrix.orgk0kada (he/him) It is missing nixpkgs input 22:09:07
@ckie:ckie.devmei 🌒&it's amazing how nde is like, a part time job22:09:14
@mon:tchncs.deribosomerocker yep, i added that in local 22:09:15
@k0kada:matrix.orgk0kada (he/him)
In reply to @ckie:ckie.dev
it's amazing how nde is like, a part time job
Yeah, there is still #268
22:10:56
@k0kada:matrix.orgk0kada (he/him)That I will probably take a look later on if you don't beat me to it22:11:10
@k0kada:matrix.orgk0kada (he/him)Specially now that you did the hard part :P22:11:22
@ckie:ckie.devmei 🌒&i think there may be more hard parts22:11:56
@k0kada:matrix.orgk0kada (he/him)Really?22:12:12
@ckie:ckie.devmei 🌒&https://github.com/nix-community/nix-doom-emacs/actions/runs/3031855407/jobs/487899809622:12:18
@k0kada:matrix.orgk0kada (he/him)How did it break so badly?22:12:21
@ckie:ckie.devmei 🌒&that doesn't look very fun22:12:24
@k0kada:matrix.orgk0kada (he/him)Well, I think I will do a bissect later22:12:49
@k0kada:matrix.orgk0kada (he/him)It shouldn't be that many commits22:13:00
@ckie:ckie.devmei 🌒&its something with the nix-integration patch again22:13:15
@ckie:ckie.devmei 🌒&i am amazed how the doom people can't just quit changing everything all the time22:13:37
@k0kada:matrix.orgk0kada (he/him)hlissner is a very productive folk22:13:54
@k0kada:matrix.orgk0kada (he/him)For better or for worse :P22:13:59
@ckie:ckie.devmei 🌒&i struggle to see that22:18:31
@k0kada:matrix.orgk0kada (he/him)
In reply to @ckie:ckie.dev
will look tomorrow, i'm looking at the newest #277 we just got
Now that I read it, this is probably just an invalid issue
22:39:33
13 Sep 2022
@mon:tchncs.deribosomerocker
In reply to@k0kada:matrix.org
It is missing nixpkgs input
do you think it's fine if i just add the nixpkgs input
00:28:30
@hexagonk:halogen.cityhexagonk Thanks so much for the pointer, k0kada . I thi 01:11:42
@hexagonk:halogen.cityhexagonk * Thanks so much for the pointer, k0kada . I think I've finally wrapped my head around the NDE magic. 01:12:00
@hexagonk:halogen.cityhexagonkI've written up a vague guide to adding a non-ELPA package, since I know I'll forget this in a week.01:49:26
@k0kada:matrix.orgk0kada (he/him)
In reply to @mon:tchncs.de
do you think it's fine if i just add the nixpkgs input
Yeah
08:27:00

Show newer messages


Back to Room ListRoom Version: 9