This commit is contained in:
Johannes Rothe 2024-11-15 10:25:33 +01:00
parent f9de646111
commit d2a9256fa6

View File

@ -39,7 +39,7 @@
./home/wayland
];
extraSpecialArgs = {
mail = "mail@johannes-rothe.de";
mail = nixpkgs.lib.strings.concatStrings ["mail" "@" "johannes-rothe.de"];
};
};
"rothe@johannes-powermachine" = home-manager.lib.homeManagerConfiguration {
@ -48,7 +48,7 @@
./home/rothe.nix
];
extraSpecialArgs = {
mail = "mail@johannes-rothe.de";
mail = nixpkgs.lib.strings.concatStrings ["mail" "@" "johannes-rothe.de"];
};
};
"rothe@pdemu1cml000301" = home-manager.lib.homeManagerConfiguration {
@ -57,7 +57,7 @@
./home/rothe.nix
];
extraSpecialArgs = {
mail = "rothe@magazino.eu";
mail = nixpkgs.lib.strings.concatStrings ["rothe" "@" "magazino.eu"];
};
};
};