feat: add music nix

This commit is contained in:
uttarayan21
2024-07-27 16:50:51 +05:30
parent 373ffdb458
commit 2aaa3e28ef
4 changed files with 28 additions and 1 deletions

View File

@@ -83,6 +83,10 @@
url = "github:uttarayan21/shell-plugins";
inputs.nixpkgs.follows = "nixpkgs";
};
musnix = {
url = "github:musnix/musnix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {