Commit Graph

6 Commits

Author SHA1 Message Date
71a2ea2899 set home-manager emacs service's package 2021-06-29 23:04:23 +02:00
c6b9cccdfd Allow doomPrivateDir to be a /nix/store path
I've been playing around with a custom home-manager module that extends this one that generates `init.el` programmatically. However, I can't use the `doom.d` folder it generates, because `doomPrivateDir` calls `builtins.path` which fails if given a `/nix/store` path.

This PR fixes `doomPrivateDir` to only call `builtins.path` if the given `path` is not already a `/nix/store` path.
2020-12-22 04:01:45 +00:00
3d3d95b13b hmModule: emacsPackagesOverlay option 2020-11-01 09:51:49 +01:00
4ca2366aad hmModule: add emacsPackage option
to make the input emacs derivation overridable.

References: #78
2020-11-01 09:51:49 +01:00
9bebee33af work around #62 2020-11-01 09:51:49 +01:00
dd6819f0e0 wip: flake support 2020-11-01 09:51:49 +01:00