Skip to content

Commit

Permalink
feat: add motrix and wormhole-william
Browse files Browse the repository at this point in the history
Drop persepolis and torrential
  • Loading branch information
flexiondotorg committed Aug 21, 2023
1 parent 9c4c6c0 commit 30fbfbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion nixos/_mixins/desktop/pantheon-apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
celluloid
gthumb
formatter
torrential
usbimager
yaru-theme
];
Expand Down
4 changes: 3 additions & 1 deletion nixos/_mixins/services/filecopy.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{ desktop, hostname, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
aria2
croc
rclone
wget2
wormhole-william
zsync
] ++ lib.optionals (desktop != null) [
localsend
persepolis
motrix
];
services = {
aria2 = {
Expand Down

0 comments on commit 30fbfbf

Please sign in to comment.