removes rsync from dnsc-work

This commit is contained in:
Dennis 2026-01-05 10:09:38 +01:00
parent 48c6829029
commit d6cf700b9f
2 changed files with 11 additions and 8 deletions

View file

@ -32,13 +32,17 @@
]; ];
# System Packages # System Packages
environment.systemPackages = lib.mkAfter (with pkgs; [ environment.systemPackages = lib.mkAfter (
yt-dlp with pkgs;
fnm [
devenv yt-dlp
zellij fnm
zellij-switch devenv
]); zellij
zellij-switch
rsync
]
);
# Install additional homebrew apps # Install additional homebrew apps
homebrew.masApps = { homebrew.masApps = {

View file

@ -42,7 +42,6 @@
ffmpeg ffmpeg
zoxide zoxide
sqlite sqlite
rsync
restic restic
imagemagick imagemagick
sqlite sqlite