add hwtr config

This commit is contained in:
pegasust 2022-11-08 08:20:48 -07:00
parent 498b049250
commit 1df2c89a5a

View File

@ -0,0 +1,6 @@
{ config, pkgs,... }@input:
{
home.user = "hwtr";
home.homeDirectory = "/home/hwtr";
module = [./../common];
}