mochi/nixos/home/modules/programs/default.nix

6 lines
65 B
Nix

{ ... }: {
imports = [
./browsers
./thunderbird
];
}