From b224ab01cb9d54326c9b96256d69d53ad30cd842 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 31 Jan 2022 15:40:53 -0500 Subject: [PATCH] Add rclone and nicotine --- applications/media.nix | 2 ++ modules/user.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/applications/media.nix b/applications/media.nix index d4606c9..7b86b6e 100644 --- a/applications/media.nix +++ b/applications/media.nix @@ -11,5 +11,7 @@ plex-media-player # OBS studio for screen recording unstable.obs-studio + # Soulseek client + nicotine-plus ]; } diff --git a/modules/user.nix b/modules/user.nix index 730f25d..9cf60ad 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -35,5 +35,7 @@ environment.systemPackages = with pkgs; [ # Install our shell of choice unstable.fish + # Install rclone + rclone ]; }