summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/bean/common.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/bean/common.nix b/hosts/bean/common.nix
index 5d4bde3..89db03b 100644
--- a/hosts/bean/common.nix
+++ b/hosts/bean/common.nix
@@ -26,6 +26,7 @@ in
net.tools.minimal = true;
sound.tools = true;
sys.tools = true;
+ www.browser = true;
};
environment.systemPackages = with pkgs; [
emacs
@@ -54,11 +55,7 @@ in
zeroad
];
- programs.firefox = {
- enable = true;
- package = pkgs.firefox-esr;
- } //
- import ./firefox-prefs.nix {};
+ programs.firefox = import ./firefox-prefs.nix {};
services.xserver.enable = true;
environment.etc = {