Installing 1Password from Cask instead of Applestore (mas)

This commit is contained in:
Olaf
2025-05-08 12:00:45 +02:00
parent 7dae897e79
commit 0ae424d772
3 changed files with 16 additions and 4 deletions

View File

@ -1,7 +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
++ [
dockutil
mas
]