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.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/workstation/graphics/browser.nix b/modules/workstation/graphics/browser.nix
new file mode 100644
index 00000000000..8fc60dd03df
--- /dev/null
+++ b/modules/workstation/graphics/browser.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }:
+
+{
+ home.packages = [ pkgs.firefox ];
+}