Fix home.nix on Mac
This commit is contained in:
@@ -37,7 +37,7 @@ in
|
|||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
# Enable integration with generic Linux OSs
|
# Enable integration with generic Linux OSs
|
||||||
targets.genericLinux.enable = true;
|
targets.genericLinux.enable = pkgs.stdenv.isLinux;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
xonsh_with_plugins
|
xonsh_with_plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user