10 lines
100 B
Nix
10 lines
100 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./firefox.nix
|
||
|
./brave.nix
|
||
|
./chromium.nix
|
||
|
];
|
||
|
}
|