about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-05 22:57:41 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-05 22:57:41 +0200
commitf69fd001238bf5e080269abf0f07e528a0738027 (patch)
treebd1fb7319bc1f84c278eb4e1b6954702c80f0900 /hosts
parentUpdate (diff)
downloadnixos-config-f69fd001238bf5e080269abf0f07e528a0738027.tar.gz
nixos-config-f69fd001238bf5e080269abf0f07e528a0738027.tar.bz2
nixos-config-f69fd001238bf5e080269abf0f07e528a0738027.zip
fmt
Diffstat (limited to 'hosts')
-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;
 }