Installing 1Password from Cask instead of Applestore (mas)
This commit is contained in:
@ -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
|
||||
]
|
||||
|
Reference in New Issue
Block a user