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

6 lines
63 B
Nix

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