about summary refs log tree commit diff
path: root/home/profiles/browsing
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-22 17:45:20 +0900
committersefidel <contact@sefidel.net>2023-09-22 17:45:20 +0900
commit3a5e1df0689d33957a12dcb3fd77ddeeaba3077a (patch)
tree1a8784e772bed014ca09ed31e320d33386e2e7cb /home/profiles/browsing
parent5e3887b73742609ae0a335cfce828ce65044ea47 (diff)
downloadnixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.tar.gz
nixrc-3a5e1df0689d33957a12dcb3fd77ddeeaba3077a.zip
chore: 2nd darwin cleanup
Diffstat (limited to 'home/profiles/browsing')
-rw-r--r--home/profiles/browsing/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index 1fd5e8f..30a804d 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -16,10 +16,7 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ lynx ] ++ pkgs.lib.optionals (pkgs.stdenv.isLinux) [
-      # TODO: currently broken/doesn't support Darwin
-      pkgs.firefox
-    ];
+    home.packages = with pkgs; [ firefox lynx ];
 
     programs.qutebrowser = {
       enable = true;