diff --git a/users/blake/dots/xdg/default.nix b/users/blake/dots/xdg/default.nix index 8c296e8..1927dc3 100644 --- a/users/blake/dots/xdg/default.nix +++ b/users/blake/dots/xdg/default.nix @@ -5,7 +5,7 @@ }: { home.packages = with pkgs; [xdg-ninja]; - xdg = if pkgs.system == "x86_64-linux" then {} else { + xdg = if pkgs.system == "x86_64-darwin" then {} else { enable = true; configHome = "${config.home.homeDirectory}/.config"; cacheHome = "${config.home.homeDirectory}/.cache";