add home-manager config

This commit is contained in:
Tao Tien 2024-01-30 09:41:31 -08:00
parent 9f2626935c
commit 7ddae46dd0
3 changed files with 11 additions and 8 deletions

5
users/tao/home.nix Normal file
View file

@ -0,0 +1,5 @@
{
home.username = "tao";
home.homeDirectory = "/home/tao";
home.stateVersion = "23.11";
}