📦 package updates

This commit is contained in:
2026-07-31 15:33:47 -04:00
parent dd26cdfd65
commit f34ab96ef8
2 changed files with 14 additions and 8 deletions
+13 -8
View File
@@ -5,11 +5,18 @@ _:
taps = [ taps = [
"homebrew/cask" "homebrew/cask"
"homebrew/services" "homebrew/services"
"walkah/tap" {
"1password/tap" name = "1password/tap";
"d12frosted/emacs-plus" trusted = true;
"dracula/install" }
"heroku/brew" {
name = "d12frosted/emacs-plus";
trusted = true;
}
{
name = "dracula/install";
trusted = true;
}
]; ];
brews = [ brews = [
@@ -25,7 +32,6 @@ _:
"gcc" "gcc"
"gh" "gh"
"helm" "helm"
"heroku"
"kubo" "kubo"
"kind" "kind"
"kubernetes-cli" "kubernetes-cli"
@@ -41,7 +47,6 @@ _:
"ripgrep" "ripgrep"
"tea" "tea"
"terminal-notifier" "terminal-notifier"
"thefuck"
"watchman" "watchman"
]; ];
@@ -69,7 +74,6 @@ _:
"google-chrome" "google-chrome"
"gpg-suite" "gpg-suite"
"hazel" "hazel"
"jordanbaird-ice@beta"
"logi-options+" "logi-options+"
"logitech-camera-settings" "logitech-camera-settings"
"microsoft-edge" "microsoft-edge"
@@ -87,6 +91,7 @@ _:
"steam" "steam"
"synology-drive" "synology-drive"
"tailscale-app" "tailscale-app"
"thaw"
"todoist-app" "todoist-app"
"visual-studio-code" "visual-studio-code"
"zen" "zen"
+1
View File
@@ -10,6 +10,7 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
deadnix deadnix
doctl doctl
nh
nixd nixd
nixf nixf
nixpkgs-fmt nixpkgs-fmt