diff --git a/cask.nix b/cask.nix index 426ca10..8ccdeea 100644 --- a/cask.nix +++ b/cask.nix @@ -17,6 +17,7 @@ "sloth" "vscodium" "hoppscotch" + "postman" "utm" "balenaetcher" diff --git a/home/pkgs.nix b/home/pkgs.nix index 511df9f..f99e983 100644 --- a/home/pkgs.nix +++ b/home/pkgs.nix @@ -51,9 +51,6 @@ with pkgs; tex-fmt rustup shfmt - ruby - ruby-lsp - rubyPackages.prism # Fonts nerd-fonts.jetbrains-mono 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 ]; };