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
|
# System Packages
|
||||||
environment.systemPackages = lib.mkAfter (with pkgs; [
|
environment.systemPackages = lib.mkAfter (
|
||||||
|
with pkgs;
|
||||||
|
[
|
||||||
yt-dlp
|
yt-dlp
|
||||||
fnm
|
fnm
|
||||||
devenv
|
devenv
|
||||||
zellij
|
zellij
|
||||||
zellij-switch
|
zellij-switch
|
||||||
]);
|
rsync
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
# Install additional homebrew apps
|
# Install additional homebrew apps
|
||||||
homebrew.masApps = {
|
homebrew.masApps = {
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@
|
||||||
ffmpeg
|
ffmpeg
|
||||||
zoxide
|
zoxide
|
||||||
sqlite
|
sqlite
|
||||||
rsync
|
|
||||||
restic
|
restic
|
||||||
imagemagick
|
imagemagick
|
||||||
sqlite
|
sqlite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue