From 9872e50bf6b780eefaf444f7d8ce3581c8a2dab4 Mon Sep 17 00:00:00 2001 From: chloe caruso Date: Tue, 6 May 2025 23:31:53 -0700 Subject: [PATCH] add REAPER to chloe's configs --- users/chloe/paperback/configuration.nix | 5 +++++ users/chloe/sandwich/configuration.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 users/chloe/paperback/configuration.nix diff --git a/users/chloe/paperback/configuration.nix b/users/chloe/paperback/configuration.nix new file mode 100644 index 0000000..d79cf59 --- /dev/null +++ b/users/chloe/paperback/configuration.nix @@ -0,0 +1,5 @@ +{pkgs, ...}: { + environment.systemPackages = with pkgs; [ + reaper + ]; +} diff --git a/users/chloe/sandwich/configuration.nix b/users/chloe/sandwich/configuration.nix index 5cc2bdc..5ef1b72 100644 --- a/users/chloe/sandwich/configuration.nix +++ b/users/chloe/sandwich/configuration.nix @@ -1,8 +1,8 @@ -# Configuration applied to all of chloe's machines {pkgs, ...}: { environment.systemPackages = with pkgs; [ ffmpeg ripgrep + reaper ]; shared.darwin = { macAppStoreApps = [