machines: porthos: add home configuration

This commit is contained in:
Bruno BELANYI 2023-02-22 16:05:28 +00:00
parent 34c13b077f
commit 55b828cba9
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@
imports = [
./boot.nix
./hardware.nix
./home.nix
./networking.nix
./services.nix
./users.nix

View file

@ -0,0 +1,4 @@
{ ... }:
{
# To be filled out
}