From 6afbf3f8712dff9df393ce40ad8db7a5cdcb5271 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 5 Jun 2025 08:55:02 +0200 Subject: [PATCH] installs 1password as cask --- hosts/dnsc-work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 40d2235..2bcbca0 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -87,7 +87,6 @@ "python-setuptools" "gmp" "rbenv" - "1password-cli" ]; casks = [ @@ -105,6 +104,7 @@ "karabiner-elements" "wezterm" "1password" + "1password-cli" "android-studio" "zulu@17" "postman"