add REAPER to chloe's configs
This commit is contained in:
parent
8bd9e070d0
commit
9872e50bf6
2 changed files with 6 additions and 1 deletions
5
users/chloe/paperback/configuration.nix
Normal file
5
users/chloe/paperback/configuration.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
reaper
|
||||
];
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
# Configuration applied to all of chloe's machines
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpeg
|
||||
ripgrep
|
||||
reaper
|
||||
];
|
||||
shared.darwin = {
|
||||
macAppStoreApps = [
|
||||
|
|
Loading…
Reference in a new issue