summaryrefslogtreecommitdiffstats
path: root/darwin-common.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@gmail.com>2026-06-29 12:19:32 -0400
committerSkullheadx <admonty1@gmail.com>2026-06-29 12:19:32 -0400
commit6a0d0189f2f1b6577334c560ca01d425d7c4d579 (patch)
treeae04a445d447c790a3e580f6c1d56d0f6266b5af /darwin-common.nix
parentfix brew issues (diff)
downloadnixos-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.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"