mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
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
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;
|
|
}
|