28 Oct 2022 |
zrsk | This way work with nix-doom-emacs , right? | 14:50:27 |
zrsk | what can I do then? | 15:31:25 |
ckie (they/them) | hm I think i'll just timeout on the docs PR and merge already | 15:36:51 |
ckie (they/them) | okay nvm it def needs more work but, zrsk #266#faq.md | 15:37:31 |
zrsk | uhh thanks, it works | 15:55:55 |
zrsk | but now trivialBuild fails | 15:56:25 |
zrsk | BTW I don't think I need this | 16:11:45 |
zrsk | There is a special derivation for tree-sitter-langs which already override grammars with the grammars packaged in nixpkgs | 16:12:41 |
zrsk | https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/emacs/elisp-packages/tree-sitter-langs/default.nix | 16:12:46 |
zrsk | * There is a special derivation for tree-sitter-langs which already overrides grammars with the grammars packaged in nixpkgs | 16:17:38 |
zrsk | it was completely useless | 17:35:39 |
zrsk | I think that the emacs package tree-sitter-langs should also implement "injection queries" to make possible what I want. | 17:36:57 |
zrsk | Which, since we are in an emacs/nix group maybe could be interesting to share: | 17:39:50 |
zrsk |  Download image.png | 17:39:52 |
zrsk | This is helix , not emacs and using latest nix grammar it's possible to get syntax highlighting for multi line strings simply putting a comment in the line before | 17:41:03 |
29 Oct 2022 |
k0kada (he/him) | In reply to @ckie:ckie.dev hm I think i'll just timeout on the docs PR and merge already IMO, we should get it in a minimum acceptable state and merge | 14:32:54 |
ckie (they/them) | yeah, same | 14:33:54 |
k0kada (he/him) | I have some free time since I am in vacations rn, will take a look at your comments later | 14:36:26 |
| qwertyuiop joined the room. | 16:14:37 |
qwertyuiop | hi, i'm new here | 16:23:37 |
qwertyuiop | i'm trying to get splash images working on the dashboard but its not working as good as i expected 😅 | 16:24:18 |
qwertyuiop |  Download image.png | 16:24:20 |
qwertyuiop | actually, its not working at all and it falls back to the ASCII banner | 16:24:48 |
qwertyuiop |  Download image.png | 16:24:52 |
qwertyuiop | i added misc/ to doomPrivateDir and git | 16:26:35 |
qwertyuiop | but its not added to the path in the nix store... | 16:27:32 |
qwertyuiop |  Download image.png | 16:27:34 |
qwertyuiop | I thought it was a problem with my config, so i tried adding an empty dir for misc/ in doom-private-dir | 16:30:06 |
qwertyuiop | https://github.com/souxd/nixos-config/blob/master/modules/emacs/emacs-doom.nix | 16:30:07 |
qwertyuiop | but i think the problem is in the installPhase
https://github.com/souxd/nixos-config/blob/master/modules/emacs/doom.d/default.nix | 16:31:05 |