nix-files/modules/default.nix

16 lines
187 B
Nix

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