Moving a bunch of packages from brew to apple store
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user