add hwtr config
parent
498b049250
commit
1df2c89a5a
|
@ -0,0 +1,6 @@
|
||||||
|
{ config, pkgs,... }@input:
|
||||||
|
{
|
||||||
|
home.user = "hwtr";
|
||||||
|
home.homeDirectory = "/home/hwtr";
|
||||||
|
module = [./../common];
|
||||||
|
}
|
Loading…
Reference in New Issue