From d2a9256fa642ade2ae9717ba518e61394bf5019c Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 15 Nov 2024 10:25:33 +0100 Subject: [PATCH] Mails --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index aa5cb61..5ac355c 100644 --- a/flake.nix +++ b/flake.nix @@ -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"]; }; }; };