aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/browser.nix
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-04 20:27:49 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-04 20:27:49 +0200
commite3ace62eeca6133f89116f2b002feee39d3d7b38 (patch)
tree9eb74814f038920781e4ce53dfe309833849365c /modules/workstation/graphics/browser.nix
parent4462b0889cb0290e516506556f2269bafdc5be98 (diff)
workstation/graphics: installing various tools and utilities
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 ];
}