From f69fd001238bf5e080269abf0f07e528a0738027 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 5 May 2024 22:57:41 +0200 Subject: fmt --- hosts/darwin.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'hosts') 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; } -- cgit 1.4.1