diff options
| author | Skullheadx <admonty1@gmail.com> | 2026-06-29 12:19:32 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@gmail.com> | 2026-06-29 12:19:32 -0400 |
| commit | 6a0d0189f2f1b6577334c560ca01d425d7c4d579 (patch) | |
| tree | ae04a445d447c790a3e580f6c1d56d0f6266b5af /darwin-common.nix | |
| parent | fix brew issues (diff) | |
| download | nixos-6a0d0189f2f1b6577334c560ca01d425d7c4d579.tar.gz nixos-6a0d0189f2f1b6577334c560ca01d425d7c4d579.tar.bz2 nixos-6a0d0189f2f1b6577334c560ca01d425d7c4d579.zip | |
remove work legacy, move more pkgs to common for darwin
Diffstat (limited to 'darwin-common.nix')
| -rw-r--r-- | darwin-common.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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" |
