chore: Move doom-emacs as package instead of module
This commit is contained in:
parent
4a6dbe67fa
commit
9e9b2cd6b5
10 changed files with 102 additions and 50 deletions
8
overlays/additions/doom-emacs.nix
Normal file
8
overlays/additions/doom-emacs.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ outputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
inherit (outputs.packages.${system}) doom-emacs;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue