aboutsummaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'firefox')
-rw-r--r--firefox/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox/default.nix b/firefox/default.nix
new file mode 100644
index 00000000..41f583e5
--- /dev/null
+++ b/firefox/default.nix
@@ -0,0 +1,6 @@
+{ pkgs, config, ... }:
+{
+ programs.firefox = {
+ enable = true;
+ };
+}