summaryrefslogtreecommitdiff
path: root/modules/system/default.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-05-20 14:23:05 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-05-20 14:23:05 +0200
commit290b1d8aad2c7e28a7fe51e1d7bbf145445da851 (patch)
tree0ae52a89fb1438077daee9ec9d3f52402b731624 /modules/system/default.nix
parente88b408ee73d54569de5eb4b186b35d5888a44c9 (diff)
system-packages: link applications to ~/Applications
Diffstat (limited to 'modules/system/default.nix')
-rw-r--r--modules/system/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix
index fb59150..2710777 100644
--- a/modules/system/default.nix
+++ b/modules/system/default.nix
@@ -91,6 +91,7 @@ in
ln -s ${cfg.path} $out/sw
mkdir -p $out/Library
+ ln -s ${cfg.build.applications}/Applications $out/Applications
ln -s ${cfg.build.launchd}/Library/LaunchAgents $out/Library/LaunchAgents
ln -s ${cfg.build.launchd}/Library/LaunchDaemons $out/Library/LaunchDaemons