From 05ab5bd4a518c434b11a8ab63b82a7295513ad01 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 28 Feb 2024 13:04:06 -0500 Subject: [PATCH 1/4] Add telnet client --- modules/system/common/all-darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index c19c32a..43aedf4 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -34,6 +34,7 @@ "fastfetch" "ffmpeg" "firefox-profile-switcher-connector" + "telnet" ]; casks = [ "1password" From e2e5d0122fe0341ccee33cfc8f20a3147de926e3 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 28 Feb 2024 13:04:48 -0500 Subject: [PATCH 2/4] Add Lima --- modules/hosts/darwin/mightymac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 04e36ab..984e073 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -6,7 +6,6 @@ chart-testing kopia kubectx - python2 ]; }; @@ -21,6 +20,7 @@ "adr-tools" "helm" "kubernetes-cli" + "lima" ]; casks = [ "asana" From 970480320f3ea88b574939474d0d8ba5829ec391 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 28 Feb 2024 13:05:03 -0500 Subject: [PATCH 3/4] cleanup --- modules/home-manager/common/all-darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/common/all-darwin.nix b/modules/home-manager/common/all-darwin.nix index 0f364f0..45067d7 100644 --- a/modules/home-manager/common/all-darwin.nix +++ b/modules/home-manager/common/all-darwin.nix @@ -1,4 +1,4 @@ -{ pkgs, genebean-omp-themes, sops-nix, username, ... }: { +{ username, ... }: { # dawrwin-specific shell config programs.zsh = { initExtra = '' From 288a05a38f1749592afcb0972cd46245953a6dfc Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 1 Mar 2024 12:41:13 -0500 Subject: [PATCH 4/4] Add Bartender 5 --- modules/system/common/all-darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 43aedf4..5b3020a 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -43,6 +43,7 @@ "angry-ip-scanner" "audacity" "balenaetcher" + "bartender" #"displaylink" "element" "firefox"