nixos/modules/home/programs/default.nix

4 lines
55 B
Nix

{...}: {
imports = [./foot.nix ./thunderbird.nix];
}