Skip to content

Commit

Permalink
I was afraid this, and happened
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2023
1 parent 30815aa commit 994b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# This also changes xdg? Official manual sed this config is better for non NixOS Linux
# https://github.com/nix-community/home-manager/blob/559856748982588a9eda6bfb668450ebcf006ccd/modules/targets/generic-linux.nix#L16
targets.genericLinux.enable = true;
targets.genericLinux.enable = if pkgs.stdenv.hostPlatform.isDarwin then false else true;

# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
Expand Down

0 comments on commit 994b02c

Please sign in to comment.