add email

This commit is contained in:
Motiejus Jakštys 2023-10-07 09:45:01 +03:00
parent 131932abdc
commit 6230303b2f
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@
builtins.mapAttrs ( builtins.mapAttrs (
system: deployLib: system: deployLib:
deployLib.deployChecks self.deploy deployLib.deployChecks self.deploy
#// self.homeConfigurations.${system}.motiejusja.activationPackage
// { // {
pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run {
src = ./.; src = ./.;

View File

@ -64,6 +64,7 @@ in {
import ../../../shared/home/default.nix { import ../../../shared/home/default.nix {
inherit pkgs; inherit pkgs;
inherit (config.mj) stateVersion; inherit (config.mj) stateVersion;
email = "motiejus@jakstys.lt";
programs.bash = { programs.bash = {
enable = true; enable = true;