refactor(browsers): move tor-browser into own file
This commit is contained in:
parent
a00fdeee6d
commit
2cf6ced7f3
3 changed files with 8 additions and 3 deletions
6
home/browsers/tor-browser.nix
Normal file
6
home/browsers/tor-browser.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs;
|
||||
[ (tor-browser-bundle-bin.override { pulseaudioSupport = true; }) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue