feat: packages2

This commit is contained in:
Philipp Hochkamp 2022-03-05 12:56:37 +01:00
parent 7cca126b52
commit 353b0c7fd8
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@
sshUser = "ragon";
hostName = "ds9";
}];
nix.extraOptions = ''
builders-use-substitutes = true
'';
system.defaults = {
NSGlobalDomain.AppleShowAllExtensions = true;

View file

@ -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;