From 353b0c7fd80c5835cf50c1ff5bc8f7169320abe4 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Sat, 5 Mar 2022 12:56:37 +0100 Subject: [PATCH] feat: packages2 --- darwin-common.nix | 3 +++ hosts/daedalus/default.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/darwin-common.nix b/darwin-common.nix index 2e3a1b5f..6a1f40e9 100644 --- a/darwin-common.nix +++ b/darwin-common.nix @@ -10,6 +10,9 @@ sshUser = "ragon"; hostName = "ds9"; }]; + nix.extraOptions = '' + builders-use-substitutes = true + ''; system.defaults = { NSGlobalDomain.AppleShowAllExtensions = true; diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index 3c85957e..7c6b3a7d 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -12,7 +12,7 @@ with lib.my; homebrew = { enable = true; autoUpdate = true; - casks = [ "hammerspoon" "amethyst" "android-platform-tools" "alfred" "ukelele" "homebrew/cask-drivers/zsa-wally" "lens" "logseq" ]; + casks = [ "hammerspoon" "amethyst" "android-platform-tools" "alfred" "ukelele" "homebrew/cask-drivers/zsa-wally" "lens" "logseq" "discord"]; masApps = { # Install Mac App Store apps (install them manually and then do `mas list` to get the id) "AdGuard for Safari" = 1440147259; "Xcode" = 497799835;