This commit is contained in:
Philipp Hochkamp 2022-03-09 18:15:41 +01:00
parent 353b0c7fd8
commit 981d3b4ca3
2 changed files with 24 additions and 10 deletions

View file

@ -9,6 +9,8 @@
systems = ["x86_64-linux"];
sshUser = "ragon";
hostName = "ds9";
sshKey = "/Users/ragon/.ssh/id_ed25519";
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUorQkJYdWZYQUpoeVVIVmZocWxrOFk0ekVLSmJLWGdKUXZzZEU0ODJscFYgcm9vdEBpc28K";
}];
nix.extraOptions = ''
builders-use-substitutes = true

View file

@ -12,17 +12,29 @@ with lib.my;
homebrew = {
enable = true;
autoUpdate = true;
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;
"Home Assistant" = 1099568401;
"WireGuard" = 1451685025;
"UTM" = 1538878817;
"Bitwarden" = 1352778147;
"Shareful" = 1522267256;
casks = [
"hammerspoon"
"amethyst"
"android-platform-tools"
"alfred"
"ukelele"
"homebrew/cask-drivers/zsa-wally"
"lens"
"logseq"
"discord"
"vlc"
];
masApps = {
# Install Mac App Store apps (install them manually and then do `mas list` to get the id)
"AdGuard for Safari" = 1440147259;
"Xcode" = 497799835;
"Home Assistant" = 1099568401;
"WireGuard" = 1451685025;
"UTM" = 1538878817;
"Bitwarden" = 1352778147;
"Shareful" = 1522267256;
"app.seashore" = 1448648921;
"Tailscale" = 1475387142;
"Tailscale" = 1475387142;
};
};