From 6a0a5d4f35851acd44f49de71749b9636ec77e35 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Mon, 5 May 2025 10:39:38 +0200 Subject: [PATCH] update some stuff --- cask.nix | 1 + home/pkgs.nix | 3 --- hosts/mac16.nix | 6 ------ 3 files changed, 1 insertion(+), 9 deletions(-) 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 ]; };