Fix home.nix on Mac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user