nix-dotfiles/nixosModules/default.nix

9 lines
75 B
Nix

{ ... }:
{
imports = [
./apps
./automatic
./services
];
}