Files
parana/modules/firefox/default.nix
2026-07-10 20:07:29 -04:00

5 lines
62 B
Nix

{ inputs, ... }:
{
imports = [ (import ./firefox.nix) ];
}