feat: move tor-browser to firefox.nix
This commit is contained in:
parent
db1aabba6d
commit
1354334545
|
@ -68,4 +68,8 @@ in
|
|||
# fx_cast # TODO not published yet
|
||||
];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
(tor-browser-bundle-bin.override { pulseaudioSupport = true; })
|
||||
];
|
||||
}
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
lutris
|
||||
|
||||
# privacy
|
||||
(tor-browser-bundle-bin.override { pulseaudioSupport = true; })
|
||||
onionshare-gui
|
||||
transmission-gtk
|
||||
|
||||
|
|
Loading…
Reference in a new issue