add email
This commit is contained in:
parent
131932abdc
commit
6230303b2f
@ -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 = ./.;
|
||||
|
@ -64,6 +64,7 @@ in {
|
||||
import ../../../shared/home/default.nix {
|
||||
inherit pkgs;
|
||||
inherit (config.mj) stateVersion;
|
||||
email = "motiejus@jakstys.lt";
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user