add home-manager config
This commit is contained in:
parent
9f2626935c
commit
7ddae46dd0
3 changed files with 11 additions and 8 deletions
5
users/tao/home.nix
Normal file
5
users/tao/home.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
home.username = "tao";
|
||||
home.homeDirectory = "/home/tao";
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue