feat: add emacs-overlay
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
d3432ab240
commit
be802e3bf4
3 changed files with 78 additions and 10 deletions
|
|
@ -78,6 +78,11 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-unstable;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(firefox.override { nativeMessagingHosts = [ passff-host ]; })
|
||||
vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue