Skip to content

Instantly share code, notes, and snippets.

View patrickrbc's full-sized avatar
🏠
Working from home

Patrick Costa patrickrbc

🏠
Working from home
View GitHub Profile
system.activationScripts.applications.text = let
env = pkgs.buildEnv {
name = "system-applications";
paths = config.environment.systemPackages;
pathsToLink = "/Applications";
};
in
pkgs.lib.mkForce ''
# Set up applications.
echo "setting up /Applications..." >&2