Compare commits
No commits in common. "29e4ef307be2ef77930e551df222876026c00a69" and "b9d5e775d2ffecb6d692896cf5e6fdc853fd7f1b" have entirely different histories.
29e4ef307b
...
b9d5e775d2
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ in
|
|||
env = pkgs.buildEnv {
|
||||
name = "system-applications";
|
||||
paths = config.environment.systemPackages;
|
||||
pathsToLink = [ "/Applications" ];
|
||||
pathsToLink = "/Applications";
|
||||
};
|
||||
in
|
||||
lib.mkForce ''
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ with lib.metacfg;
|
|||
system.defaults.dock.autohide = false;
|
||||
|
||||
imports = [
|
||||
# ./../../nixbuild.nix
|
||||
./../../nixbuild.nix
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
with lib.metacfg;
|
||||
{
|
||||
imports = [
|
||||
# ./../../nixbuild.nix
|
||||
./../../nixbuild.nix
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue