Add rclone and nicotine

This commit is contained in:
Nathan McCarty 2022-01-31 15:40:53 -05:00
parent 446a4db0a3
commit b224ab01cb
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 4 additions and 0 deletions

View File

@ -11,5 +11,7 @@
plex-media-player plex-media-player
# OBS studio for screen recording # OBS studio for screen recording
unstable.obs-studio unstable.obs-studio
# Soulseek client
nicotine-plus
]; ];
} }

View File

@ -35,5 +35,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Install our shell of choice # Install our shell of choice
unstable.fish unstable.fish
# Install rclone
rclone
]; ];
} }