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