feat: Add tor and tor-browser
This commit is contained in:
parent
5389416a6c
commit
f4d38281e4
1 changed files with 10 additions and 2 deletions
|
|
@ -32,6 +32,7 @@
|
|||
rsync
|
||||
rustc
|
||||
tldr
|
||||
tor # Tor anonymity network
|
||||
vscodium
|
||||
|
||||
# Hyprland essentials
|
||||
|
|
@ -144,11 +145,18 @@
|
|||
libreoffice
|
||||
grub2_efi
|
||||
exfatprogs
|
||||
tor-browser # Tor Browser
|
||||
];
|
||||
};
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
# Enable Tor service
|
||||
services.tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue