Comment out solution for mkappalias on darwin, dont think its needed
anymore
This commit is contained in:
parent
e52e687dff
commit
211d4b9661
3 changed files with 44 additions and 44 deletions
|
|
@ -29,12 +29,12 @@ in
|
|||
];
|
||||
file = utils.mk_symlinks { inherit config dotfiles; };
|
||||
|
||||
activation.applications = utils.mkAppAliasHome {
|
||||
derivationName = "home-applications";
|
||||
appsPath = config.home.packages;
|
||||
outputDir = "${config.home.homeDirectory}/Applications/Nix";
|
||||
pkgs = pkgs;
|
||||
lib = lib;
|
||||
};
|
||||
# activation.applications = utils.mkAppAliasHome {
|
||||
# derivationName = "home-applications";
|
||||
# appsPath = config.home.packages;
|
||||
# outputDir = "${config.home.homeDirectory}/Applications/Nix";
|
||||
# pkgs = pkgs;
|
||||
# lib = lib;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue