messaging and stuff
This commit is contained in:
parent
d914e05efc
commit
fbbfd597d5
11 changed files with 75 additions and 3 deletions
14
modules/connectivity/internet/default.nix
Normal file
14
modules/connectivity/internet/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./librewolf.nix
|
||||
./zen-browser.nix
|
||||
./tor.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue