add doom-emacs

This commit is contained in:
Tim Schubert 2021-07-10 20:55:07 +02:00
parent 2d34226036
commit 4c8e42ee1c
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
10 changed files with 565 additions and 16 deletions

View file

@ -3,6 +3,7 @@
, flake-utils
, nixpkgs
, home-manager
, nix-doom-emacs
, nixos-hardware
, nvd
, ...
@ -55,7 +56,7 @@
};
})) // {
hmConfigurations = import ./home/configurations.nix {
inherit self nixpkgs home-manager nvd;
inherit self nixpkgs home-manager nix-doom-emacs nvd;
};
hmModules = import ./home/modules inputs;
nixosConfigurations = import ./nixos/configurations.nix {