nix-files/modules/default.nix
colin e0612ccfa8 move allocations out of universal
it doesn't cause any changes to the system
2022-11-22 03:35:11 +00:00

14 lines
154 B
Nix

{ ... }:
{
imports = [
./allocations.nix
./gui
./image.nix
./impermanence.nix
./nixcache.nix
./services
./universal
];
}