diff --git a/nix/darwin-configuration.nix b/nix/darwin-configuration.nix index 21dc483..639a2b9 100644 --- a/nix/darwin-configuration.nix +++ b/nix/darwin-configuration.nix @@ -12,35 +12,27 @@ libtool pcre pkg-config - patchelf - gnutls - gsasl # CLI tools act bat bitwarden-cli - cloudflared delta exa ffmpeg fzf - gh git gitui gnupg jq - kubectl mosh neovim nixpkgs-fmt ripgrep - sops vim wget # Programs - jetbrains.idea-ultimate jetbrains.phpstorm jetbrains.rider rectangle @@ -89,7 +81,6 @@ brews = [ "composer" "ddev" - "mkcert" "pkg-config" "sdl2" ]; @@ -107,6 +98,7 @@ "google-chrome" "itch" "iterm2" + "nss" "obs" "raycast" "sequel-ace" @@ -127,9 +119,6 @@ settings = { experimental-features = [ "nix-command" "flakes" ]; }; - extraOptions = '' - experimental-features = nix-command flakes - ''; gc = { automatic = true; options = "--delete-older-than 8d";