[WIP] Several things
- Doom emacs `tree-sitter` - CI for `beebox` - PGtk Emacs
This commit is contained in:
parent
b70881fad3
commit
a9d14ae3d2
10 changed files with 75 additions and 33 deletions
|
@ -1,13 +1,21 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.emacs.enable = true;
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = lib.mkForce (pkgs.emacs28NativeComp.override {
|
||||
# FIXME `mkForce` shouldn't be needed
|
||||
nativeComp = true;
|
||||
withSQLite3 = true;
|
||||
withGTK3 = true;
|
||||
});
|
||||
};
|
||||
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs28NativeComp;
|
||||
doomPrivateDir = ../../doom.d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue