nixos/hosts/prismo/default.nix
2024-02-27 22:20:00 +01:00

9 lines
140 B
Nix

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