diff options
Diffstat (limited to 'hosts/muspell')
-rw-r--r-- | hosts/muspell/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/muspell/default.nix b/hosts/muspell/default.nix index 420d0c0..cea43df 100644 --- a/hosts/muspell/default.nix +++ b/hosts/muspell/default.nix @@ -25,6 +25,7 @@ in script.utils = true; sound.tools = true; sys.tools = true; + www.browser = true; }; services.xserver = { @@ -39,10 +40,6 @@ in ''; }; }; - programs.firefox = { - enable = true; - package = pkgs.firefox-esr; - }; hardware.bluetooth.enable = true; powerManagement.enable = true; |