add tor browser

This commit is contained in:
Cyryl Płotnicki 2021-10-30 09:26:14 +01:00
parent a61f8915d6
commit 7366d8efbe

View file

@ -1,5 +1,8 @@
{ config, pkgs, ... }: { config, pkgs, inputs, ... }:
{ let
unstable = inputs.nixpkgs-nixos-unstable.legacyPackages.${pkgs.system};
in
{
home-manager.users.cyryl = {...}: { home-manager.users.cyryl = {...}: {
gtk = { gtk = {
enable = true; enable = true;
@ -56,6 +59,7 @@
slack slack
spotify spotify
ssb-patchwork ssb-patchwork
unstable.tor-browser-bundle-bin
vlc vlc
wineFull wineFull
wireshark wireshark
@ -68,4 +72,4 @@
zoom-us zoom-us
]; ];
}; };
} }