nixos/hosts/zedd/default.nix
2024-12-04 16:27:03 +01:00

15 lines
148 B
Nix

{
inputs,
self,
pks,
...
}:
{
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
../../user
];
}