From 6a0d0189f2f1b6577334c560ca01d425d7c4d579 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 12:19:32 -0400 Subject: remove work legacy, move more pkgs to common for darwin --- darwin-common.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'darwin-common.nix') diff --git a/darwin-common.nix b/darwin-common.nix index aecc6ea..c03c055 100644 --- a/darwin-common.nix +++ b/darwin-common.nix @@ -6,6 +6,7 @@ }: { imports = [ ./zsh.nix + ./vim.nix ]; # List packages installed in system profile. To search by name, run: @@ -16,9 +17,13 @@ lazygit fastfetch git - vim-full senpai wget + curl + direnv + pass + passExtensions.pass-otp + passExtensions.pass-update ]; programs.zsh.enable = true; @@ -85,6 +90,7 @@ taps = [ ]; brews = [ + "openssh" ]; casks = [ "keepingyouawake" -- cgit v1.3.1