Skip to content

Instantly share code, notes, and snippets.

View seriouspoop's full-sized avatar
:shipit:
focusing

Harshit Singh seriouspoop

:shipit:
focusing
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