Add tor Browser

This commit is contained in:
2025-10-08 22:36:01 +02:00
parent f3300382c3
commit 2ca9cac5c7
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
config,
pkgs,
...
}:
{
@@ -88,4 +89,5 @@
};
};
};
environment.systemPackages = [ pkgs.tor-browser ];
}