diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-05 22:57:41 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-05 22:57:41 +0200 |
commit | f69fd001238bf5e080269abf0f07e528a0738027 (patch) | |
tree | bd1fb7319bc1f84c278eb4e1b6954702c80f0900 /hosts | |
parent | Update (diff) | |
download | nixos-config-f69fd001238bf5e080269abf0f07e528a0738027.tar.gz nixos-config-f69fd001238bf5e080269abf0f07e528a0738027.tar.bz2 nixos-config-f69fd001238bf5e080269abf0f07e528a0738027.zip |
fmt
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/darwin.nix | 20 |
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; } |