Configure email client
This commit is contained in:
parent
fbbee3a200
commit
d8e0210c30
3 changed files with 43 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ config, pkgs, username, fullname, ... }:
|
||||
{ config, pkgs, username, fullname, email, ... }:
|
||||
{
|
||||
home.username = username;
|
||||
home.homeDirectory = "/home/" + username;
|
||||
|
||||
home.stateVersion = "21.11";
|
||||
|
||||
imports = [ ./shell ./wayland ];
|
||||
imports = [ ./shell ./wayland ./email.nix ];
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.userDirs.enable = true;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
programs.git = {
|
||||
enable = true;
|
||||
userName = fullname;
|
||||
userEmail = "kiana.a.sheibani@gmail.com";
|
||||
userEmail = email;
|
||||
|
||||
signing.key = "6CB106C25E86A9F7";
|
||||
signing.signByDefault = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue