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

5 lines
44 B
Nix

{...}: {
imports = [
./firefox
];
}