summaryrefslogtreecommitdiff
path: root/hosts/thyme
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thyme')
-rw-r--r--hosts/thyme/packages.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/thyme/packages.nix b/hosts/thyme/packages.nix
index 72182d4..dbff8d5 100644
--- a/hosts/thyme/packages.nix
+++ b/hosts/thyme/packages.nix
@@ -19,6 +19,7 @@
sound.tools = true;
sys.tools = true;
writing.tools = true;
+ www.browser = true;
};
environment.systemPackages = with pkgs; [
@@ -38,12 +39,4 @@
ppsspp
wesnoth
];
-
- programs.firefox = {
- enable = true;
- package = pkgs.firefox-esr;
- nativeMessagingHosts.packages = with pkgs; [
- passff-host
- ];
- };
}