refactor custom emacs packages
This commit is contained in:
parent
ed7eb9fb62
commit
79105e12f7
4 changed files with 44 additions and 34 deletions
10
flakes/emacs/pkgs/default.nix
Normal file
10
flakes/emacs/pkgs/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs }:
|
||||
final: prev: {
|
||||
shell-maker = import ./shell-maker.nix {
|
||||
inherit pkgs prev;
|
||||
};
|
||||
|
||||
agent-shell = import ./agent-shell.nix {
|
||||
inherit pkgs final;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue