Compare commits

..

No commits in common. "29e4ef307be2ef77930e551df222876026c00a69" and "b9d5e775d2ffecb6d692896cf5e6fdc853fd7f1b" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ in
env = pkgs.buildEnv { env = pkgs.buildEnv {
name = "system-applications"; name = "system-applications";
paths = config.environment.systemPackages; paths = config.environment.systemPackages;
pathsToLink = [ "/Applications" ]; pathsToLink = "/Applications";
}; };
in in
lib.mkForce '' lib.mkForce ''

View file

@ -5,7 +5,7 @@ with lib.metacfg;
system.defaults.dock.autohide = false; system.defaults.dock.autohide = false;
imports = [ imports = [
# ./../../nixbuild.nix ./../../nixbuild.nix
]; ];
homebrew = { homebrew = {

View file

@ -3,7 +3,7 @@
with lib.metacfg; with lib.metacfg;
{ {
imports = [ imports = [
# ./../../nixbuild.nix ./../../nixbuild.nix
]; ];
homebrew = { homebrew = {