Configure email client
This commit is contained in:
parent
fbbee3a200
commit
d8e0210c30
3 changed files with 43 additions and 4 deletions
|
|
@ -26,7 +26,9 @@ outputs = { self,
|
|||
let
|
||||
username = "kiana";
|
||||
fullname = "Kiana Sheibani";
|
||||
moduleArgs = { inherit username fullname; } // inputs;
|
||||
email = "kiana.a.sheibani@gmail.com";
|
||||
|
||||
moduleArgs = { inherit username fullname email; } // inputs;
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue