nix-files/modules/default.nix

14 lines
161 B
Nix

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