Skip to content

Commit

Permalink
home-manager/darwin: enable dev.clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 4, 2023
1 parent 10f00aa commit 5807102
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions home-manager/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@

config = lib.mkIf config.home-manager.darwin.enable {
home-manager = {
dev = {
enable = true;
clojure.enable = false;
};
editor.emacs.enable = true;
dev.enable = lib.mkDefault true;
editor.emacs.enable = lib.mkDefault true;
};

targets.darwin.defaults = {
Expand Down

0 comments on commit 5807102

Please sign in to comment.