aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics/browser.nix
blob: 186e282553005f87ae4422003e8bd33f8f07908a (plain)
1
2
3
4
5
{ pkgs, ... }:

{
  home.packages = with pkgs; [ firefox evince okular tor-browser-bundle-bin ];
}