nix-files/modules/default.nix

15 lines
176 B
Nix

{ ... }:
{
imports = [
./allocations.nix
./gui
./home-manager
./packages.nix
./image.nix
./impermanence.nix
./nixcache.nix
./services
];
}