mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
browser: install tor browser
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
pkgs,
|
||||
niveumPackages,
|
||||
...
|
||||
}: let
|
||||
inherit (import ../lib) tmpfilesConfig;
|
||||
in {
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
niveumPackages.cro
|
||||
pkgs.tor-browser-bundle-bin
|
||||
pkgs.firefox
|
||||
];
|
||||
|
||||
home-manager.users.me = {
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user