Fix package name
'tor-browser-bundle-bin' has been renamed to/replaced by 'tor-browser'
This commit is contained in:
parent
e75d51a166
commit
64a9e9bb88
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
lib.mkIf nixosConfig.jalr.gui.enable {
|
||||
home.packages = with pkgs; [
|
||||
tor-browser-bundle-bin
|
||||
tor-browser
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue