{ pkgs, lib, macos-hyprcursor-src, ... }: let macos-hyprcursor = pkgs.stdenv.mkDerivation { name = "macos-hyprcursor"; src = macos-hyprcursor-src; installPhase = '' mkdir -p $out/share/icons cp -R themes/SVG/"macOS (SVG)" $out/share/icons/macos ''; }; in { environment.systemPackages = with pkgs; let aspell' = aspellWithDicts.override { aspell = aspell.overrideAttrs (super: { postInstall = super.postInstall + '' mkdir -p $out/etc cat >$out/lib/aspell/en_US-custom.multi <$out/etc/aspell.conf <