diff --git a/machines/porthos/default.nix b/machines/porthos/default.nix index abfc01a..6d7df29 100644 --- a/machines/porthos/default.nix +++ b/machines/porthos/default.nix @@ -5,6 +5,7 @@ imports = [ ./boot.nix ./hardware.nix + ./home.nix ./networking.nix ./services.nix ./users.nix diff --git a/machines/porthos/home.nix b/machines/porthos/home.nix new file mode 100644 index 0000000..ce312c4 --- /dev/null +++ b/machines/porthos/home.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + # To be filled out +}