use home manager
This commit is contained in:
parent
29885591ce
commit
c0e2e3b8b9
10 changed files with 215 additions and 36 deletions
15
home/xin/laptop/default.nix
Normal file
15
home/xin/laptop/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
{
|
||||
home.username = "xin";
|
||||
home.homeDirectory = "/home/xin";
|
||||
|
||||
accounts = {
|
||||
gmail = {
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue