Nix Emacs | 936 Members | |
| All things Nix/Emacs! https://github.com/nix-community/emacs-overlay | 207 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Oct 2024 | ||
| 09:29:07 | ||
| 11:08:16 | ||
| 14:41:02 | ||
| 24 Oct 2024 | ||
| 14:48:59 | ||
| hello guys, i have a very strange problem with my emacs, the command project-find-dir and compile is returning an error “no such file or directory, /bin/bash”. I tried setting another shell in the emacs configuration but the error persists. | 14:50:59 | |
| 25 Oct 2024 | ||
| 03:54:56 | ||
| 18:51:13 | ||
| 26 Oct 2024 | ||
| 04:41:36 | ||
| Hey, using the overlay, is it possible to specify a babel configuration and let nix tangle it without installing packages ? | 20:40:57 | |
| 23:42:01 | ||
| 27 Oct 2024 | ||
| 00:04:54 | ||
| 09:15:15 | ||
| 28 Oct 2024 | ||
| 01:49:04 | ||
| hi anyone here using the emacs-overlay with home-manager? I need some help setting it upd | 01:49:45 | |
| I am using home-manager/flake inside ubuntu currently | 01:50:32 | |
| 03:11:15 | ||
In reply to @tactfulvessel:matrix.org { config, lib, pkgs, callPackage, ... }:
}; home.packages = (with pkgs; [ ]); home.file.".config/emacs/init.el" = { home.file.".config/emacs/snippets" = { home.file.".config/emacs/elisp" = { home.file.".config/emacs/sounds" = { home.file.".local/lib/plantuml.jar" = { | 07:18:18 | |
| I see what you did there.... do I need the plantuml.jar and sounds? | 07:50:28 | |
| will I be able to use the nixos example about installing packages outside of elpa and melpa | 07:51:34 | |
In reply to @tactfulvessel:matrix.orgonly if you use plantuml-mode or need sounds for reminders 🙂 | 07:53:22 | |
In reply to @tactfulvessel:matrix.orgwhat about this? | 07:54:08 | |
In reply to @tactfulvessel:matrix.org
| 07:55:47 | |
| I get that.... I mean in emacs you can install packages from github using straight or whatever for packages not in melpa or elpa. NixOS wiki about emacs show an example about doing this in nix mode but it applied to environment packages and not home-packages... and a little bit confused about how to generate the rev and sha256 | 07:58:19 | |
| if you want emacs packages not in nix put them in elisp directory | 07:59:23 | |
| for sha256 is simple put in config a dummy one and see the error (it will have the correct sha256) | 08:00:35 | |
| how do u get the rev? You know how doom emacs in its natural way pins down package. Is the rev referring to that for a github repo? | 08:05:09 | |
| yes | 08:08:52 | |
| thanks | 08:09:01 | |
| rev is git tag or commit | 08:09:29 | |
| btw, do not use trivialBuild | 08:09:57 | |