marienz / nix-doom-emacs-unstraightened

Builds Doom Emacs using Nix
Apache License 2.0
27 stars 1 forks source link

newbie-friendly flake & home-manager instructions #18

Closed akaihola closed 1 week ago

akaihola commented 1 week ago

Add a bit of context for flake.nix instructions.

Add required inputs @ to the outputs = definition.

Move hmModule from imports to modules.

Add extraSpecialArgs for inheriting inputs.

Point out how to use a local doomDir.

google-cla[bot] commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

akaihola commented 1 week ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@marienz, I now signed the Google CLA.

marienz commented 1 week ago

Thanks! That does make it easier to follow.