nixos/hosts/prismo/default.nix

9 lines
140 B
Nix
Raw Normal View History

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