| 12 Sep 2022 |
mei 🌒& | hence the iK | 22:04:43 |
mei 🌒& | (include all in directory, +lookup/documentation) | 22:05:00 |
k0kada (he/him) | mon_aaraj ckie (they/them) #266 looks mostly fine for me now | 22:08:10 |
ribosomerocker | 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 |
mei 🌒& | will look tomorrow, i'm looking at the newest #277 we just got | 22:08:48 |
k0kada (he/him) | In reply to @mon:tchncs.de what about this? Well, look at the example that it is there | 22:09:03 |
k0kada (he/him) | It is missing nixpkgs input | 22:09:07 |
mei 🌒& | it's amazing how nde is like, a part time job | 22:09:14 |
ribosomerocker | yep, i added that in local | 22:09:15 |
k0kada (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 (he/him) | That I will probably take a look later on if you don't beat me to it | 22:11:10 |
k0kada (he/him) | Specially now that you did the hard part :P | 22:11:22 |
mei 🌒& | i think there may be more hard parts | 22:11:56 |
k0kada (he/him) | Really? | 22:12:12 |
mei 🌒& | https://github.com/nix-community/nix-doom-emacs/actions/runs/3031855407/jobs/4878998096 | 22:12:18 |
k0kada (he/him) | How did it break so badly? | 22:12:21 |
mei 🌒& | that doesn't look very fun | 22:12:24 |
k0kada (he/him) | Well, I think I will do a bissect later | 22:12:49 |
k0kada (he/him) | It shouldn't be that many commits | 22:13:00 |
mei 🌒& | its something with the nix-integration patch again | 22:13:15 |
mei 🌒& | i am amazed how the doom people can't just quit changing everything all the time | 22:13:37 |
k0kada (he/him) | hlissner is a very productive folk | 22:13:54 |
k0kada (he/him) | For better or for worse :P | 22:13:59 |
mei 🌒& | i struggle to see that | 22:18:31 |
k0kada (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 |
ribosomerocker | 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 | Thanks so much for the pointer, k0kada . I thi | 01:11:42 |
hexagonk | * Thanks so much for the pointer, k0kada . I think I've finally wrapped my head around the NDE magic. | 01:12:00 |
hexagonk | I'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 (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 |