aboutsummaryrefslogtreecommitdiff
path: root/modules/users/browsers/default.nix
blob: 70a8be54f55acdaf6ac4a6c4c55e9db258e6b909 (plain)
1
2
3
4
5
6
{ ... }:
{
  imports = [
    ./firefox
  ];
}