Fix package name

'tor-browser-bundle-bin' has been renamed to/replaced by 'tor-browser'
This commit is contained in:
Jakob Lechner 2025-11-24 23:20:16 +01:00
parent e75d51a166
commit 64a9e9bb88

View file

@ -1,6 +1,6 @@
{ nixosConfig, lib, pkgs, ... }:
lib.mkIf nixosConfig.jalr.gui.enable {
home.packages = with pkgs; [
tor-browser-bundle-bin
tor-browser
];
}