about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/darwin.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/hosts/darwin.nix b/hosts/darwin.nix
index 8b0e9af..209465b 100644
--- a/hosts/darwin.nix
+++ b/hosts/darwin.nix
@@ -3,16 +3,16 @@
   users.users."${user}".home = "/Users/${user}";
 
   environment.systemPackages = with pkgs; [
-      neovim-nightly
-      ripgrep
-      fd
-      tmux
-      yt-dlp
-      pfetch
-      fzf
-      comma
-      moreutils
-    ];
+    neovim-nightly
+    ripgrep
+    fd
+    tmux
+    yt-dlp
+    pfetch
+    fzf
+    comma
+    moreutils
+  ];
 
   services.nix-daemon.enable = true;
 }