feat: packages2
This commit is contained in:
parent
7cca126b52
commit
353b0c7fd8
2 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,9 @@
|
|||
sshUser = "ragon";
|
||||
hostName = "ds9";
|
||||
}];
|
||||
nix.extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
'';
|
||||
|
||||
system.defaults = {
|
||||
NSGlobalDomain.AppleShowAllExtensions = true;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue