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 (
system: deployLib:
deployLib.deployChecks self.deploy
#// self.homeConfigurations.${system}.motiejusja.activationPackage
// {
pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run {
src = ./.;

View File

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