nixos/hosts/magicman/default.nix

9 lines
140 B
Nix
Raw Normal View History

2024-03-01 08:44:34 +00:00
{ inputs, self, pks, ... }: {
imports = [
./configuration.nix
./hardware-configuration.nix
../../system
../../home
];
}