feat: Added audacity and swtich openscad to nightly/unstable
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
9
home/apps/audacity.nix
Normal file
9
home/apps/audacity.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
audacity
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user