Skip to content

Commit

Permalink
add reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Oct 26, 2024
1 parent b3ddff6 commit bdcc98b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions homes/_modules/daw/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
config,
pkgs,
...
}: {
home = {
packages = with pkgs; [
reaper
];
};
}
1 change: 1 addition & 0 deletions homes/olivertosky/ot-desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
../_modules/kubernetes
../_modules/developer
../_modules/extra
../_modules/daw
];

modules = {
Expand Down

0 comments on commit bdcc98b

Please sign in to comment.