machines: porthos: add home configuration
This commit is contained in:
parent
34c13b077f
commit
55b828cba9
|
@ -5,6 +5,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
./home.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
|
4
machines/porthos/home.nix
Normal file
4
machines/porthos/home.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
# To be filled out
|
||||||
|
}
|
Loading…
Reference in a new issue