diff --git a/home-nix/hwtr/default.nix b/home-nix/hwtr/default.nix new file mode 100644 index 0000000..8ea36b5 --- /dev/null +++ b/home-nix/hwtr/default.nix @@ -0,0 +1,6 @@ +{ config, pkgs,... }@input: +{ + home.user = "hwtr"; + home.homeDirectory = "/home/hwtr"; + module = [./../common]; +}