summaryrefslogtreecommitdiffstats
path: root/darwin-common.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--darwin-common.nix8
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"