feat(packages): add some base packages
This commit is contained in:
parent
a4ae97d6da
commit
290ed2ea96
3 changed files with 16 additions and 7 deletions
|
@ -25,6 +25,12 @@
|
|||
|
||||
perSystem = {pkgs, ...}: {
|
||||
formatter = pkgs.alejandra;
|
||||
packages = {
|
||||
pgtk = inputs.self.lib.mkEmacs {
|
||||
inherit pkgs;
|
||||
emacs = pkgs.emacs30-pgtk;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue