mu: correct git work email
This commit is contained in:
parent
4a15a74a2e
commit
24c36f614b
|
@ -1,13 +1,14 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./fish.nix
|
|
||||||
./hosts.nix
|
|
||||||
./packages.nix
|
|
||||||
./sway.nix
|
|
||||||
../../overlays
|
../../overlays
|
||||||
../../modules/base
|
../../modules/base
|
||||||
../../modules/desktop
|
../../modules/desktop
|
||||||
|
./fish.nix
|
||||||
|
./git.nix
|
||||||
|
./hosts.nix
|
||||||
|
./packages.nix
|
||||||
|
./sway.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "mu";
|
networking.hostName = "mu";
|
||||||
|
|
7
hosts/mu/git.nix
Normal file
7
hosts/mu/git.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ home-manager, lib, ... }: {
|
||||||
|
home-manager.users.caspervk = {
|
||||||
|
programs.git = {
|
||||||
|
userEmail = lib.mkForce "vk@magenta.dk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue