From 3da38090564e1ab6b609d2c7bea8136503af1a42 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 Apr 2024 11:52:31 +0200 Subject: Darwin: Add some packages --- hosts/darwin.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/darwin.nix b/hosts/darwin.nix index 002d2d0..8b0e9af 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -2,8 +2,16 @@ { users.users."${user}".home = "/Users/${user}"; - environment.systemPackages = - [ + environment.systemPackages = with pkgs; [ + neovim-nightly + ripgrep + fd + tmux + yt-dlp + pfetch + fzf + comma + moreutils ]; services.nix-daemon.enable = true; -- cgit 1.4.1