diff options
author | Ben Sima <ben@bsima.me> | 2020-12-09 20:01:45 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-09 20:01:56 -0500 |
commit | f971d4b54c1cbe19d53322453328368e22f6c1c1 (patch) | |
tree | 65842b0f72b4a76388268ecf41ab0999d740803e | |
parent | 07ca8dad19c5a60e576ee493640a6e5fd4783554 (diff) |
qutebrowser doesnt work on darwin
-rw-r--r-- | darwin.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; }; |