mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-12 11:46:57 +00:00
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
5 lines
185 B
Nix
5 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;
|
|
}
|