summaryrefslogtreecommitdiff
path: root/darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'darwin.nix')
-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; };