1
0
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:
2025-01-23 07:38:44 +01:00
parent a18e295a9e
commit 4620390411
2 changed files with 9 additions and 6 deletions

View File

@@ -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;