parent
5125a3cd41
commit
31e3a75444
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
||||||
system.build.applications = pkgs.buildEnv {
|
system.build.applications = pkgs.buildEnv {
|
||||||
name = "system-applications";
|
name = "system-applications";
|
||||||
paths = config.environment.systemPackages;
|
paths = config.environment.systemPackages;
|
||||||
pathsToLink = "/Applications";
|
pathsToLink = [ "/Applications" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
system.activationScripts.applications.text = ''
|
system.activationScripts.applications.text = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue