diff --git a/cask.nix b/cask.nix index c47843f..7789730 100644 --- a/cask.nix +++ b/cask.nix @@ -17,6 +17,7 @@ "sloth" "vscodium" "hoppscotch" + "postman" "utm" "balenaetcher" "outerbase-studio" diff --git a/home/pkgs.nix b/home/pkgs.nix index fab4283..f6d5f9b 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -52,9 +52,6 @@ with pkgs; tex-fmt rustup shfmt - ruby - ruby-lsp - rubyPackages.prism go # Fonts diff --git a/hosts/mac16.nix b/hosts/mac16.nix index c2b660f..27d54c0 100644 --- a/hosts/mac16.nix +++ b/hosts/mac16.nix @@ -12,15 +12,9 @@ ]; pkgs = pkgs: with pkgs; [ - vault - cocoapods phrase-cli boundary awscli2 - fastlane - jdk - android-tools - sdkmanager _1password-cli ]; };