about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/darwin.nix12
1 files changed, 10 insertions, 2 deletions
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;