nix-config/modules/nix/browser/default.nix
2026-01-17 16:00:54 +01:00

7 lines
51 B
Nix

{ ... }:
{
imports = [
./chromium.nix
];
}