dotfiles/modules/default.nix

10 lines
102 B
Nix

{
imports = [
./config
./programs
./security
./services
./virtualisation
];
}