removes rsync from dnsc-work
This commit is contained in:
parent
48c6829029
commit
d6cf700b9f
2 changed files with 11 additions and 8 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
ffmpeg
|
||||
zoxide
|
||||
sqlite
|
||||
rsync
|
||||
restic
|
||||
imagemagick
|
||||
sqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue