Nix + Doom Emacs | 223 Members | |
| Running Doom Emacs with Nix | You probably want https://github.com/nix-community/nix-doom-emacs | 49 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Dec 2022 | ||
| You'll probably want stateVersion inside of your home manager configuration attribute set. | 21:50:55 | |
| ya my install of home manager isn't going great i might have to join that room and ask some questions | 21:55:31 | |
Looks like the example in the README is broken. When I dump the one in the comment at https://github.com/nix-community/nix-doom-emacs/blob/master/flake.nix#L3 in a fresh flake.nix in a new directory and run nix flake show inside, it parses successfully at least. See also https://gist.github.com/gefla/cff9bc5c12d28da865e2134e2c1a8e97 | 22:17:23 | |
| Need to go AFK now, good luck! | 22:17:37 | |
| Gerd Flaig: thanks so much | 22:21:04 | |
| 15 Dec 2022 | ||
Download image.png | 00:50:11 | |
Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running idris2-mode. But... I do depend on prop-menu in my configuration:```nix doom-emacs = { enable = true; doomPrivateDir = ./doom; extraPackages = [ pkgs.mu ]; emacsPackage = pkgs.emacsPgtkNativeComp; emacsPackagesOverlay = self: super: { idris2-mode = self.trivialBuild { pname = "idris2-mode"; ename = "idris2-mode"; version = "0.0.0"; buildInputs = [ self.prop-menu ]; src = pkgs.fetchFromGitHub { owner = "idris-community"; repo = "idris2-mode"; rev = "4a3f9cdb1a155da59824e39f0ac78ccf72f2ca97"; sha256 = "sha256-TxsGaG2fBRWWP9aas59kiNnUVD4ZdNlwwaFbM4+n81c="; }; }; }; }; ``` any idea what's going wrong? | 00:50:11 | |
| hm. my client's view of that codeblock is really bad. i can only hope that it looks better on other clients | 00:50:36 | |
| * Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running any idea what's going wrong? | 00:50:45 | |
| I can remember that this used to work, but after updating my flake inputs and such, this appears to fail again | 00:52:19 | |
| * Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running any idea what's going wrong? | 00:52:42 | |
| * Well, hello again! I'm starting to have some time again which is why I'm prograrmming some hobby projects lately, mainly using Idris 2, and I thought to boot up Doom Emacs (i don't yet have enough free time to start working on the documentation PR again unfortrunately, though i see you're making some progress, though somewhat slow. keep going!). For whatever reason, the pictured error below appears when running any idea what's going wrong? | 00:53:31 | |
rehi, I've made some progress installing doom-emacs using flake.nix which calls home.nix. i have a (hopefully) simple question about doom.d - when i add it to my programs.doom-emacs configuration with a full path i get an error error: access to absolute path '/home/chran/.doom.d' is forbidden in pure eval mode (use '--impure' to override) | 11:29:52 | |
it seems like the README assumes that the doom.d directory is in /etc/nixos , is that right? it doesn't seem right | 11:30:34 | |
| It assumes the doom.d directory is in the flake directory/repo | 12:43:06 | |
ok so i put it in the same directory (i made a nixos folder in my homedir and symlinked /etc/nixos to it, seem to be working fine) and it's sitll now working, i've tried with and without quotes | 13:23:34 | |
with no quotes | 13:24:20 | |
with quotes | 13:24:55 | |
Gavin R: ./.doom.d | 14:31:01 | |
| thanks! | 16:22:25 | |
hmm still gettingerror: string './.doom.d' doesn't represent an absolute path | 16:24:26 | |
| ok i fixed it. made sure my symlinks (i like keeping my config in my homedir) were ok and removed the double quotes and all is well | 16:46:08 | |
| erg i spoke too soon | 16:55:23 | |
| 16:56:45 | |
| fixed that error ! yay! | 17:22:49 | |
| :3 | 17:30:12 | |
do i need to install an external dependency for latex pdf export? i'm getting pdflatex: command not found | 17:58:20 | |
| Gavin R: my list | 19:04:42 | |
In reply to@mon:tchncs.dei've checked the issues and there doesn't seem to be an issue like this, i assume this is just another case of my machine being cursed... | 19:49:09 | |
| well, except my issue, but that issue was solved with this exact piece of code | 19:51:53 | |