From 55b828cba9c01e9845640f38cbd040c7c05f056f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Feb 2023 16:05:28 +0000 Subject: [PATCH] machines: porthos: add home configuration --- machines/porthos/default.nix | 1 + machines/porthos/home.nix | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 machines/porthos/home.nix 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 +}