Installing 1Password from Cask instead of Applestore (mas)
This commit is contained in:
parent
7dae897e79
commit
0ae424d772
@ -12,6 +12,9 @@ _:
|
|||||||
"gimp"
|
"gimp"
|
||||||
"inkscape"
|
"inkscape"
|
||||||
"vcv-rack"
|
"vcv-rack"
|
||||||
|
"affinity-designer"
|
||||||
|
"affinity-photo"
|
||||||
|
"affinity-publisher"
|
||||||
|
|
||||||
# Communication Tools
|
# Communication Tools
|
||||||
"discord"
|
"discord"
|
||||||
@ -29,6 +32,7 @@ _:
|
|||||||
"box-drive"
|
"box-drive"
|
||||||
"synology-drive"
|
"synology-drive"
|
||||||
"spamsieve"
|
"spamsieve"
|
||||||
|
"keybase"
|
||||||
|
|
||||||
# Entertainment Tools
|
# Entertainment Tools
|
||||||
"vlc"
|
"vlc"
|
||||||
|
@ -46,7 +46,6 @@ in
|
|||||||
# This message is safe to ignore. (https://github.com/dustinlyons/nixos-config/issues/83)
|
# This message is safe to ignore. (https://github.com/dustinlyons/nixos-config/issues/83)
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
"1password" = 1333542190;
|
|
||||||
"wireguard" = 1451685025;
|
"wireguard" = 1451685025;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -105,6 +104,8 @@ in
|
|||||||
{ path = "/System/Applications/Photos.app/"; }
|
{ path = "/System/Applications/Photos.app/"; }
|
||||||
{ path = "/System/Applications/System Settings.app/"; }
|
{ path = "/System/Applications/System Settings.app/"; }
|
||||||
{ path = "/Applications/Signal.app/"; }
|
{ path = "/Applications/Signal.app/"; }
|
||||||
|
{ path = "/Applications/WhatsApp.app/"; }
|
||||||
|
|
||||||
{
|
{
|
||||||
path = "/Applications/Jellyfin Media Player.app/";
|
path = "/Applications/Jellyfin Media Player.app/";
|
||||||
options = "-l Jellyfin";
|
options = "-l Jellyfin";
|
||||||
@ -113,7 +114,10 @@ in
|
|||||||
{ path = "/Applications//Home Assistant.app/"; }
|
{ path = "/Applications//Home Assistant.app/"; }
|
||||||
{ path = "/Applications//Remarkable.app/"; }
|
{ path = "/Applications//Remarkable.app/"; }
|
||||||
{ path = "/Applications/LibreOffice.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/";
|
path = "/Applications/";
|
||||||
section = "others";
|
section = "others";
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let shared-packages = import ../shared/packages.nix { inherit pkgs; }; in
|
let
|
||||||
shared-packages ++ [
|
shared-packages = import ../shared/packages.nix { inherit pkgs; };
|
||||||
|
in
|
||||||
|
shared-packages
|
||||||
|
++ [
|
||||||
dockutil
|
dockutil
|
||||||
|
mas
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user