summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-09 20:01:45 -0500
committerBen Sima <ben@bsima.me>2020-12-09 20:01:56 -0500
commitf971d4b54c1cbe19d53322453328368e22f6c1c1 (patch)
tree65842b0f72b4a76388268ecf41ab0999d740803e
parent07ca8dad19c5a60e576ee493640a6e5fd4783554 (diff)
qutebrowser doesnt work on darwin
-rw-r--r--darwin.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/darwin.nix b/darwin.nix
index c278623..2c47d2c 100644
--- a/darwin.nix
+++ b/darwin.nix
@@ -51,6 +51,14 @@ in
'';
};
+ # Doesnt' work bc clang can't compile it??
+ #qutebrowser = {
+ # enable = true;
+ # settings = {
+ # "colors.webpage.darkmode.enabled" = true;
+ # };
+ #};
+
emacs = {
enable = true;
extraPackages = epkgs: import ./lib/emacs-packages.nix { inherit epkgs; };