6 lines
73 B
Nix
Executable file
6 lines
73 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
bitwig-studio
|
|
];
|
|
}
|