Installing 1Password from Cask instead of Applestore (mas)
This commit is contained in:
@ -46,7 +46,6 @@ in
|
||||
# This message is safe to ignore. (https://github.com/dustinlyons/nixos-config/issues/83)
|
||||
|
||||
masApps = {
|
||||
"1password" = 1333542190;
|
||||
"wireguard" = 1451685025;
|
||||
};
|
||||
};
|
||||
@ -105,6 +104,8 @@ in
|
||||
{ path = "/System/Applications/Photos.app/"; }
|
||||
{ path = "/System/Applications/System Settings.app/"; }
|
||||
{ path = "/Applications/Signal.app/"; }
|
||||
{ path = "/Applications/WhatsApp.app/"; }
|
||||
|
||||
{
|
||||
path = "/Applications/Jellyfin Media Player.app/";
|
||||
options = "-l Jellyfin";
|
||||
@ -113,7 +114,10 @@ in
|
||||
{ path = "/Applications//Home Assistant.app/"; }
|
||||
{ path = "/Applications//Remarkable.app/"; }
|
||||
{ path = "/Applications/LibreOffice.app/"; }
|
||||
|
||||
{ path = "/Applications/Microsoft Word.app/"; }
|
||||
{ path = "/Applications/Microsoft Powerpoint.app/"; }
|
||||
{ path = "/Applications/Microsoft Teams.app/"; }
|
||||
{ path = "/System/Applications/Utilities/Screen Sharing.app/"}
|
||||
{
|
||||
path = "/Applications/";
|
||||
section = "others";
|
||||
|
Reference in New Issue
Block a user