nixos/hosts/zedd/default.nix
2024-03-18 12:58:34 +01:00

9 lines
140 B
Nix

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