From 1c4e23191be18c1e9ecf7b9b6b48c067768d74e7 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 9 Nov 2024 00:27:59 +0100 Subject: [PATCH] Pallas: fixes & apps --- home/programs/amethyst.nix | 1 + justfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/amethyst.nix b/home/programs/amethyst.nix index 1c19e6f..b2c4de6 100644 --- a/home/programs/amethyst.nix +++ b/home/programs/amethyst.nix @@ -44,6 +44,7 @@ let "com.runningwithcrayons.Alfred" "com.sindresorhus.Dato-setapp" "com.tapbots.Ivory" + "net.pornel.ImageOptim" ]; new-windows-to-main = false; diff --git a/justfile b/justfile index 1f50b7f..408a051 100644 --- a/justfile +++ b/justfile @@ -17,7 +17,7 @@ build-local-machine target type=defaultLocalType: [group('build')] build-remote-machine target type=defaultRemoteType: nom build --eval-store auto \ - --store 'ssh-ng://root@{{target}}.ts.kempkens.network' \ + --store 'ssh-ng://root@{{target}}' \ '.#{{type}}Configurations.{{target}}.config.system.build.toplevel' # Deploy to a local machine