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