aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/browser.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/graphics/browser.nix')
-rw-r--r--modules/workstation/graphics/browser.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/graphics/browser.nix b/modules/workstation/graphics/browser.nix
index 8fc60dd03df..186e2825530 100644
--- a/modules/workstation/graphics/browser.nix
+++ b/modules/workstation/graphics/browser.nix
@@ -1,5 +1,5 @@
{ pkgs, ... }:
{
- home.packages = [ pkgs.firefox ];
+ home.packages = with pkgs; [ firefox evince okular tor-browser-bundle-bin ];
}