aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-09 00:54:13 +0900
committernsfisis <nsfisis@gmail.com>2025-07-09 00:54:13 +0900
commit9d7c29dbb9bab86e05f0a5d240e56e832942e9eb (patch)
tree3593cb3d18ca9ffee1b800fd2c0dca102739a252 /flake.nix
parent551122e5da0f8ca51ffc7da0cb063c627f34ebf7 (diff)
downloaddotfiles-9d7c29dbb9bab86e05f0a5d240e56e832942e9eb.tar.gz
dotfiles-9d7c29dbb9bab86e05f0a5d240e56e832942e9eb.tar.zst
dotfiles-9d7c29dbb9bab86e05f0a5d240e56e832942e9eb.zip
git: set user.name and user.email on workplace machine
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 36f7775..f86b33a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -47,6 +47,7 @@
readJSON = p: builtins.fromJSON (builtins.readFile p);
mkHomeConfiguration =
{
+ name,
profile,
flake,
...
@@ -57,6 +58,7 @@
config.allowUnfree = true;
};
extraSpecialArgs = {
+ nodeName = name;
env = flake.env;
nurpkgs = import nur-packages { inherit pkgs; };
};