diff options
Diffstat (limited to 'nix-conf/home/darwin.nix')
-rw-r--r-- | nix-conf/home/darwin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/darwin.nix b/nix-conf/home/darwin.nix index 735b80d..d1b0d05 100644 --- a/nix-conf/home/darwin.nix +++ b/nix-conf/home/darwin.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { imports = [ - ./clojure.nix + ./dev-common.nix ]; home.packages = with pkgs; [ |