[feat] scripts: import audiomenu and RiiR
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s

This commit is contained in:
Jalil David Salamé Messina 2024-07-19 23:53:40 +02:00
parent ac41d8527f
commit 82b37311a9
Signed by: jalil
GPG key ID: F016B9E770737A0B
7 changed files with 945 additions and 28 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "audiomenu"
description = "fuzzel script to select the default audio device for pipewire+wireplumber"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive", "env"] }
duct = "0.13.7"
miette = { version = "7.2.0", features = ["fancy"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"