nixos/hosts/zedd/default.nix

15 lines
148 B
Nix
Raw Normal View History

2024-12-04 16:27:03 +01:00
{
inputs,
self,
pks,
...
}:
{
2024-03-18 12:58:34 +01:00
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
../../user
];
}