attempt setup of emacs-overlay
This commit is contained in:
parent
4ceb6029cd
commit
122d78deec
1 changed files with 12 additions and 1 deletions
|
@ -19,7 +19,18 @@ in {
|
|||
services.emacs = {
|
||||
enable = cfg.daemon;
|
||||
install = true;
|
||||
package = pkgs.emacs29-pgtk;
|
||||
# package = pkgs.emacs29-pgtk;
|
||||
package = pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ./emacs.org;
|
||||
|
||||
defaultInitFile = true;
|
||||
|
||||
package = pkgs.emacs-pgtk;
|
||||
|
||||
# alwaysEnsure = true;
|
||||
|
||||
alwaysTangle = true;
|
||||
};
|
||||
};
|
||||
users.users.sako.packages = with pkgs; [
|
||||
# direnv
|
||||
|
|
Loading…
Reference in a new issue