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
environment.systemPackages = lib.mkAfter (with pkgs; [
yt-dlp
fnm
devenv
zellij
zellij-switch
]);
environment.systemPackages = lib.mkAfter (
with pkgs;
[
yt-dlp
fnm
devenv
zellij
zellij-switch
rsync
]
);
# Install additional homebrew apps
homebrew.masApps = {

View file

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