Fix home.nix on Mac

This commit is contained in:
2022-05-13 23:52:44 -07:00
parent 5572473c55
commit ea41684188

View File

@@ -37,7 +37,7 @@ in
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# Enable integration with generic Linux OSs
targets.genericLinux.enable = true;
targets.genericLinux.enable = pkgs.stdenv.isLinux;
home.packages = with pkgs; [
xonsh_with_plugins