10 lines
97 B
Nix
10 lines
97 B
Nix
_:
|
|
{
|
|
imports = [
|
|
./all.nix
|
|
./firefox.nix
|
|
./librewolf.nix
|
|
./chromium.nix
|
|
];
|
|
}
|