9 lines
100 B
Nix
9 lines
100 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./tor-browser.nix
|
||
|
./mullvad-browser.nix
|
||
|
./librewolf.nix
|
||
|
];
|
||
|
}
|