nixos/hosts/prismo/default.nix

15 lines
159 B
Nix
Raw Normal View History

2024-07-17 20:22:04 +00:00
{
inputs,
self,
pks,
...
}:
{
2024-02-27 08:47:30 +00:00
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
2024-10-02 20:58:18 +00:00
../../home/prismo.nix
2024-02-27 08:47:30 +00:00
];
}