nixos/hosts/magicman/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
161 B
Nix
Raw Permalink Normal View History

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