41b1af808f
This disables the generation of the application directory until conflicting behavior with nix-darwin is resolved. See https://github.com/rycee/home-manager/issues/1341#issuecomment-687286866
6 lines
185 B
Nix
6 lines
185 B
Nix
{
|
|
# Disabled for now due to conflicting behavior with nix-darwin. See
|
|
# https://github.com/rycee/home-manager/issues/1341#issuecomment-687286866
|
|
#targets-darwin = ./darwin.nix;
|
|
}
|