diff --git a/Makefile b/Makefile index 99d8ef9..258fd32 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: home-manager expire-generations "-7 days" rebuild-macos: git-add - ./result/sw/bin/darwin-rebuild switch --flake _macos + ./result/sw/bin/darwin-rebuild switch --flake _macos -v rebuild-ubuntu: git-add NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/tyrel/channels/nixpkgs:/nix/var/nix/profiles/per-user/tyrel/channels diff --git a/hosts/ts-tl-mbp/brew.nix b/hosts/ts-tl-mbp/brew.nix index 6f0f4b4..2a56f2e 100644 --- a/hosts/ts-tl-mbp/brew.nix +++ b/hosts/ts-tl-mbp/brew.nix @@ -4,6 +4,10 @@ enable = true; casks = [ "alfred" + "affinity-photo" + "affinity-designer" + "affinity-publisher" + "commander-one" "discord" "divvy" "firefox" @@ -11,8 +15,10 @@ "jetbrains-toolbox" "karabiner-elements" "slack" + "spotify" "steam" "tailscale" + "telegram-desktop" "thunderbird" ]; };