system/modules/nixos/programs/default.nix

10 lines
83 B
Nix

{ ... }:
{
imports = [
./pass.nix
./browsers
./communication
];
}