diff options
-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; }; |