summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/dev-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dev-utils/default.nix b/home/dev-utils/default.nix
index e972084..e54c914 100644
--- a/home/dev-utils/default.nix
+++ b/home/dev-utils/default.nix
@@ -9,7 +9,7 @@
nodePackages_latest.nodemon
rlwrap
tcl-8_6
- ];
+ ] ++ lib.optional pkgs.stdenv.isDarwin trash;
home.sessionVariables.MANPATH = lib.mkIf pkgs.stdenv.isDarwin "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/share/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man:$MANPATH";
}