Moving a bunch of packages from brew to apple store

This commit is contained in:
Olaf
2025-07-16 18:07:52 +02:00
parent 9d1b7596b1
commit f542767018
4 changed files with 35 additions and 14 deletions

View File

@ -1,8 +1,11 @@
{ pkgs }:
with pkgs;
let shared-packages = import ../shared/packages.nix { inherit pkgs; }; in
shared-packages ++ [
let
shared-packages = import ../shared/packages.nix { inherit pkgs; };
in
shared-packages
++ [
# Security and authentication
yubikey-agent
@ -13,6 +16,7 @@ shared-packages ++ [
gnumake
cmake
home-manager
ansible
# Media and design tools
vlc