flake update.
This commit is contained in:
parent
9670012844
commit
95ed33ae04
6 changed files with 52 additions and 37 deletions
16
roles/home-manager/music-prod.nix
Normal file
16
roles/home-manager/music-prod.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# when it gets packaged, will want cadquery and build123d
|
||||
home.packages = with pkgs; [
|
||||
ardour
|
||||
cardinal
|
||||
vmpk
|
||||
bespokesynth
|
||||
surge
|
||||
helio-workstation
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue