nixos/hosts/prismo/default.nix

8 lines
124 B
Nix
Raw Normal View History

2024-02-27 08:47:30 +00:00
{ inputs, self, pks, ...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
];
}