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

7 lines
65 B
Nix
Raw Permalink Normal View History

2024-06-20 08:59:56 -05:00
{ ... }: {
imports = [
./browsers
2024-08-02 21:43:48 -05:00
./thunderbird
2024-06-20 08:59:56 -05:00
];
}