aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/apps/web.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix
index 157fbeb..2d74ed3 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -8,10 +8,7 @@
];
};
- programs.firefox = {
- enable = true;
- enableAdobeFlash = true;
- };
+ programs.firefox.enable = true;
services.syncthing.enable = true;
}